| | 1194 | | signal_remove("complete command action", (SIGNAL_FUNC) sig_complete_msg);
|
| | 1195 | | signal_remove("complete erase command msg", (SIGNAL_FUNC) sig_erase_complete_msg);
|
| | 1196 | | signal_remove("complete erase command query", (SIGNAL_FUNC) sig_erase_complete_msg);
|
| | 1197 | | signal_remove("complete erase command action", (SIGNAL_FUNC) sig_erase_complete_msg);
|
| | 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);
|
| Wrong Number of Parameters | 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);
|
| | 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);
|