| | 1086 | | command_unbind("silence", (SIGNAL_FUNC) command_self);
|
| | 1087 | | command_unbind("unsilence", (SIGNAL_FUNC) cmd_unsilence);
|
| | 1088 | | command_unbind("sconnect", (SIGNAL_FUNC) cmd_sconnect);
|
| | 1089 | | command_unbind("squery", (SIGNAL_FUNC) command_2self);
|
| | 1090 | | command_unbind("die", (SIGNAL_FUNC) command_self);
|
| | 1091 | | command_unbind("hash", (SIGNAL_FUNC) command_self);
|
| | 1092 | | command_unbind("oper", (SIGNAL_FUNC) cmd_oper);
|
| | 1093 | | command_unbind("restart", (SIGNAL_FUNC) command_self);
|
| | 1094 | | command_unbind("rping", (SIGNAL_FUNC) command_self);
|
| | 1095 | | command_unbind("squit", (SIGNAL_FUNC) command_2self);
|
| Wrong Number of Parameters | 1096 | | command_unbind("uping", (SIGNAL_FUNC) command_self);
|
| | 1097 | | command_unbind("userhost", (SIGNAL_FUNC) command_self);
|
| | 1098 | | command_unbind("quote", (SIGNAL_FUNC) cmd_quote);
|
| | 1099 | | command_unbind("wall", (SIGNAL_FUNC) cmd_wall);
|
| | 1100 | | command_unbind("wait", (SIGNAL_FUNC) cmd_wait);
|
| | 1101 | | command_unbind("wallops", (SIGNAL_FUNC) command_1self);
|
| | 1102 | | command_unbind("kickban", (SIGNAL_FUNC) cmd_kickban);
|
| | 1103 | | command_unbind("knockout", (SIGNAL_FUNC) cmd_knockout);
|
| | 1104 | | command_unbind("server purge", (SIGNAL_FUNC) cmd_server_purge);
|
| | 1105 | | |
| | 1106 | | signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed);
|