Method code for $command_cache.cache_client_init()

[Turn on line numbering]
var p;

if (sender() != this())
    (> .perms(sender()) <);
modules ?= [];
for p in ([this()] + parents() + modules)
    (| p.cache_server_init() |);

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

the Cold Dark