Method code for $command_cache.del_command_module()

[Turn off line numbering]
  1: arg module;
  2: 
  3: (> .perms(sender()) <);
  4: modules = setremove(modules || [], module);
  5: module.cache_server_uninit();

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

Tlon