Function
Purplecmd_unregister
Declaration [src]
void
purple_cmd_unregister (
PurpleCmdId id
)
Description [src]
Unregister a command with the core.
All registered commands must be unregistered, if they’re registered by a plugin or something else that might go away. Normally this is called when the plugin unloads itself.
Parameters
id
-
Type:
PurpleCmdId
The
PurpleCmdId
to unregister, as returned by #purple_cmd_register.