Method code for $command_cache.cache_client_uninit()

[Turn on line numbering]
var p;

if (sender() != this())
    (> .perms(sender()) <);
if (.is($place)) {
    for p in (.contents()) {
        if (p.is($command_cache))
            return;
    }
}
for p in ([this()] + parents() + modules)
    (| p.cache_server_uninit() |);

["// Created 18-Sep-1997 as a part of ColdCore, see: @help Credit"]

the Cold Dark