| | 1054 | | command_unbind("notice", (SIGNAL_FUNC) cmd_notice);
|
| | 1055 | | command_unbind("ctcp", (SIGNAL_FUNC) cmd_ctcp);
|
| | 1056 | | command_unbind("nctcp", (SIGNAL_FUNC) cmd_nctcp);
|
| | 1057 | | command_unbind("part", (SIGNAL_FUNC) cmd_part);
|
| | 1058 | | command_unbind("kick", (SIGNAL_FUNC) cmd_kick);
|
| | 1059 | | command_unbind("topic", (SIGNAL_FUNC) cmd_topic);
|
| | 1060 | | command_unbind("invite", (SIGNAL_FUNC) cmd_invite);
|
| | 1061 | | command_unbind("list", (SIGNAL_FUNC) cmd_list);
|
| | 1062 | | command_unbind("who", (SIGNAL_FUNC) cmd_who);
|
| | 1063 | | command_unbind("names", (SIGNAL_FUNC) cmd_names);
|
| Wrong Number of Parameters | 1064 | | command_unbind("nick", (SIGNAL_FUNC) cmd_nick);
|
| | 1065 | | command_unbind("note", (SIGNAL_FUNC) command_self);
|
| | 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);
|