Method code for $remote_cache.add_remote_command()

[Turn on line numbering]
arg @args;

if (caller() != $has_commands)
    throw(~perm, "Only $has_commands may call this method.");
return .add_to_cache(@args);

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

Tlon