Core Help Root: Subsystems: Command Parsing System: Command Cache: Client Methods


.cache_client_init()
Must be called before the client can lookup commands.
.cache_client_uninit()
Called when the client will stop looking up commands (e.g. the user logs out).
.match_shortcut()
Used to lookup a shortcut in any of the client's Cache Servers. Returns either zero if no shortcuts are found, or a list where the first element is 'shortcut
.match_command()
Used to lookup a command in any of the client's Cache Servers. Returns either zero if no matches are found, or a list where the first element is either 'partial or 'command.
.match_remote_command()
Used by $remote_cache to lookup a command in the remote cache. Returns either zero if no matches are found, or a list where the first element is either 'partial or 'remote.
.add_command_module()
Add a command module to the client.
.del_command_module()
Remove a command module from the client.
.command_modules()
List the command modules used by the client.


Server Methods | Client Methods | Creation and Destruction Methods


the Cold Dark