| | 370 | | signal_remove("dcc chat message", (SIGNAL_FUNC) dcc_chat_msg);
|
| | 371 | | signal_remove("dcc ctcp action", (SIGNAL_FUNC) dcc_chat_action);
|
| | 372 | | signal_remove("default dcc ctcp", (SIGNAL_FUNC) dcc_chat_ctcp);
|
| | 373 | | signal_remove("dcc error ctcp", (SIGNAL_FUNC) dcc_error_ctcp);
|
| | 374 | | signal_remove("default ctcp msg dcc", (SIGNAL_FUNC) dcc_unknown_ctcp);
|
| | 375 | | signal_remove("default ctcp reply dcc", (SIGNAL_FUNC) dcc_unknown_reply);
|
| | 376 | | signal_remove("dcc destroyed", (SIGNAL_FUNC) sig_dcc_destroyed);
|
| | 377 | | signal_remove("query destroyed", (SIGNAL_FUNC) sig_query_destroyed);
|
| | 378 | | signal_remove("dcc list print", (SIGNAL_FUNC) sig_dcc_list_print);
|
| | 379 | | command_unbind("msg", (SIGNAL_FUNC) cmd_msg);
|
| Wrong Number of Parameters | 380 | | command_unbind("me", (SIGNAL_FUNC) cmd_me);
|
| | 381 | | command_unbind("action", (SIGNAL_FUNC) cmd_action);
|
| | 382 | | command_unbind("ctcp", (SIGNAL_FUNC) cmd_ctcp);
|
| | 383 | | signal_remove("dcc error close not found", (SIGNAL_FUNC) dcc_error_close_not_found);
|
| | 384 | | } |