| | 1078 | | command_unbind("map", (SIGNAL_FUNC) command_self);
|
| | 1079 | | command_unbind("motd", (SIGNAL_FUNC) command_self);
|
| | 1080 | | command_unbind("rehash", (SIGNAL_FUNC) command_self);
|
| | 1081 | | command_unbind("stats", (SIGNAL_FUNC) command_self);
|
| | 1082 | | command_unbind("time", (SIGNAL_FUNC) command_self);
|
| | 1083 | | command_unbind("trace", (SIGNAL_FUNC) command_self);
|
| | 1084 | | command_unbind("version", (SIGNAL_FUNC) command_self);
|
| | 1085 | | command_unbind("servlist", (SIGNAL_FUNC) command_self);
|
| | 1086 | | command_unbind("silence", (SIGNAL_FUNC) command_self);
|
| | 1087 | | command_unbind("unsilence", (SIGNAL_FUNC) cmd_unsilence);
|
| Wrong Number of Parameters | 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);
|
| | 1096 | | command_unbind("uping", (SIGNAL_FUNC) command_self);
|
| | 1097 | | command_unbind("userhost", (SIGNAL_FUNC) command_self);
|
| | 1098 | | command_unbind("quote", (SIGNAL_FUNC) cmd_quote);
|