| | 1198 | | signal_remove("complete command connect", (SIGNAL_FUNC) sig_complete_connect);
|
| | 1199 | | signal_remove("complete command server", (SIGNAL_FUNC) sig_complete_connect);
|
| | 1200 | | signal_remove("complete command disconnect", (SIGNAL_FUNC) sig_complete_tag);
|
| | 1201 | | signal_remove("complete command reconnect", (SIGNAL_FUNC) sig_complete_tag);
|
| | 1202 | | signal_remove("complete command window server", (SIGNAL_FUNC) sig_complete_tag);
|
| | 1203 | | signal_remove("complete command topic", (SIGNAL_FUNC) sig_complete_topic);
|
| | 1204 | | signal_remove("complete command away", (SIGNAL_FUNC) sig_complete_away);
|
| | 1205 | | signal_remove("complete command unalias", (SIGNAL_FUNC) sig_complete_unalias);
|
| | 1206 | | signal_remove("complete command alias", (SIGNAL_FUNC) sig_complete_alias);
|
| | 1207 | | signal_remove("complete command window goto", (SIGNAL_FUNC) sig_complete_window);
|
| Wrong Number of Parameters | 1208 | | signal_remove("complete command window item move", (SIGNAL_FUNC) sig_complete_channel);
|
| | 1209 | | signal_remove("complete command server add", (SIGNAL_FUNC) sig_complete_server);
|
| | 1210 | | signal_remove("complete command server remove", (SIGNAL_FUNC) sig_complete_server);
|
| | 1211 | | signal_remove("complete command recode remove", (SIGNAL_FUNC) sig_complete_target);
|
| | 1212 | | signal_remove("message public", (SIGNAL_FUNC) sig_message_public);
|
| | 1213 | | signal_remove("message join", (SIGNAL_FUNC) sig_message_join);
|
| | 1214 | | signal_remove("message private", (SIGNAL_FUNC) sig_message_private);
|
| | 1215 | | signal_remove("message own_public", (SIGNAL_FUNC) sig_message_own_public);
|
| | 1216 | | signal_remove("message own_private", (SIGNAL_FUNC) sig_message_own_private);
|
| | 1217 | | signal_remove("nicklist remove", (SIGNAL_FUNC) sig_nick_removed);
|
| | 1218 | | signal_remove("nicklist changed", (SIGNAL_FUNC) sig_nick_changed);
|