| | 1072 | | command_unbind("accept", (SIGNAL_FUNC) cmd_accept);
|
| | 1073 | | command_unbind("admin", (SIGNAL_FUNC) command_self);
|
| | 1074 | | command_unbind("info", (SIGNAL_FUNC) command_self);
|
| | 1075 | | command_unbind("knock", (SIGNAL_FUNC) command_self);
|
| | 1076 | | command_unbind("links", (SIGNAL_FUNC) command_self);
|
| | 1077 | | command_unbind("lusers", (SIGNAL_FUNC) command_self);
|
| | 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);
|
| Wrong Number of Parameters | 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);
|
| | 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);
|