Signals:
- See also
- cmds.h
cmd-added
void (*cmd_added)(const char *command, PurpleCmdPriority priority,
enum _PurpleCmdFlag PurpleCmdFlag
Flags used to set various properties of commands.
- Description:
- Emitted when a new command is added.
- Parameters
-
| command | The new command. |
| priority | The priority of the new command. |
| flag | The command flags. |
cmd-removed
void (*cmd_removed)(const char *command);
- Description:
- Emitted when a command is removed.
- Parameters
-
| command | The removed command. |