Method code for $command_cache.add_command_module()

[Turn on line numbering]
arg module;

(> .perms(sender()) <);
if (!('general_cache in module.flags()))
    throw(~notcache, module + " is not marked as a general_cache");
modules = setadd(modules || [], module);
module.cache_server_init();

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

the Cold Dark