1 /** @page cmd-signals Command Signals
11 void (*cmd_added)(const char *command, PurpleCmdPriority priority,
15 Emitted when a new command is added.
16 @param command The new command.
17 @param priority The priority of the new command.
18 @param flag The command flags.
21 @signaldef cmd-removed
23 void (*cmd_removed)(const char *command);
26 Emitted when a command is removed.
27 @param command The removed command.