Function

Purplecmd_unregister

since: 2.0

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.

Available since: 2.0

Parameters

id

Type: PurpleCmdId

The PurpleCmdId to unregister, as returned by #purple_cmd_register.