| | 1066 | | command_unbind("whois", (SIGNAL_FUNC) cmd_whois);
|
| | 1067 | | command_unbind("whowas", (SIGNAL_FUNC) cmd_whowas);
|
| | 1068 | | command_unbind("ping", (SIGNAL_FUNC) cmd_ping);
|
| | 1069 | | command_unbind("kill", (SIGNAL_FUNC) command_2self);
|
| | 1070 | | command_unbind("away", (SIGNAL_FUNC) cmd_away);
|
| | 1071 | | command_unbind("ison", (SIGNAL_FUNC) command_1self);
|
| | 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);
|
| Wrong Number of Parameters | 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);
|
| | 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);
|