| | 362 | | |
| | 363 | | void fe_dcc_chat_deinit(void) |
| | 364 | | { |
| | 365 | | fe_dcc_chat_messages_deinit(); |
| | 366 | | |
| | 367 | | signal_remove("dcc request", (SIGNAL_FUNC) dcc_request);
|
| | 368 | | signal_remove("dcc connected", (SIGNAL_FUNC) dcc_connected);
|
| | 369 | | signal_remove("dcc closed", (SIGNAL_FUNC) dcc_closed);
|
| | 370 | | signal_remove("dcc chat message", (SIGNAL_FUNC) dcc_chat_msg);
|
| | 371 | | signal_remove("dcc ctcp action", (SIGNAL_FUNC) dcc_chat_action);
|
| Wrong Number of Parameters | 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);
|
| | 380 | | command_unbind("me", (SIGNAL_FUNC) cmd_me);
|
| | 381 | | command_unbind("action", (SIGNAL_FUNC) cmd_action);
|
| | 382 | | command_unbind("ctcp", (SIGNAL_FUNC) cmd_ctcp);
|