This wiki is archived and useful information is being migrated to the main bzflag.org website
bz_removeCustomSlashCommand
From BZFlagWiki
void bz_removeCustomSlashCommand (const char* command)
Removes all custom slash commands that were created with the plugin. The event listener must previously have been added by a call to bz_registerCustomSlashCommand.
Parameters:
command - The custom slash command that this listener was previously registered to handle. This is so that if this listener is registered for multiple event types, only one of those will be removed.