| | 1185 | | |
| | 1186 | | void chat_completion_deinit(void) |
| | 1187 | | { |
| | 1188 | | while (global_lastmsgs != NULL)
|
| | 1189 | | last_msg_destroy(&global_lastmsgs, global_lastmsgs->data); |
| | 1190 | | |
| | 1191 | | signal_remove("complete word", (SIGNAL_FUNC) sig_complete_word);
|
| | 1192 | | signal_remove("complete command msg", (SIGNAL_FUNC) sig_complete_msg);
|
| | 1193 | | signal_remove("complete command query", (SIGNAL_FUNC) sig_complete_msg);
|
| | 1194 | | signal_remove("complete command action", (SIGNAL_FUNC) sig_complete_msg);
|
| Wrong Number of Parameters | 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);
|
| | 1204 | | signal_remove("complete command away", (SIGNAL_FUNC) sig_complete_away);
|
| | 1205 | | signal_remove("complete command unalias", (SIGNAL_FUNC) sig_complete_unalias);
|