| | 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);
|
| | 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);
|
| Wrong Number of Parameters | 1104 | | command_unbind("server purge", (SIGNAL_FUNC) cmd_server_purge);
|
| | 1105 | | |
| | 1106 | | signal_remove("channel destroyed", (SIGNAL_FUNC) sig_channel_destroyed);
|
| | 1107 | | signal_remove("server disconnected", (SIGNAL_FUNC) sig_server_disconnected);
|
| | 1108 | | signal_remove("whois try whowas", (SIGNAL_FUNC) sig_whois_try_whowas);
|
| | 1109 | | signal_remove("whois event", (SIGNAL_FUNC) event_whois);
|
| | 1110 | | signal_remove("whois end", (SIGNAL_FUNC) event_end_of_whois);
|
| | 1111 | | signal_remove("whowas event", (SIGNAL_FUNC) event_whowas);
|
| | 1112 | | |
| | 1113 | | g_string_free(tmpstr, TRUE);
|
| | 1114 | | } |