mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 03:40:16 +02:00
Complete tags to /RECONNECT too
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2957 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2aaec5adc7
commit
36ad96ed2c
1 changed files with 2 additions and 0 deletions
|
|
@ -1080,6 +1080,7 @@ void chat_completion_init(void)
|
|||
signal_add("complete command connect", (SIGNAL_FUNC) sig_complete_connect);
|
||||
signal_add("complete command server", (SIGNAL_FUNC) sig_complete_connect);
|
||||
signal_add("complete command disconnect", (SIGNAL_FUNC) sig_complete_tag);
|
||||
signal_add("complete command reconnect", (SIGNAL_FUNC) sig_complete_tag);
|
||||
signal_add("complete command topic", (SIGNAL_FUNC) sig_complete_topic);
|
||||
signal_add("complete command away", (SIGNAL_FUNC) sig_complete_away);
|
||||
signal_add("complete command unalias", (SIGNAL_FUNC) sig_complete_unalias);
|
||||
|
|
@ -1115,6 +1116,7 @@ void chat_completion_deinit(void)
|
|||
signal_remove("complete command connect", (SIGNAL_FUNC) sig_complete_connect);
|
||||
signal_remove("complete command server", (SIGNAL_FUNC) sig_complete_connect);
|
||||
signal_remove("complete command disconnect", (SIGNAL_FUNC) sig_complete_tag);
|
||||
signal_remove("complete command reconnect", (SIGNAL_FUNC) sig_complete_tag);
|
||||
signal_remove("complete command topic", (SIGNAL_FUNC) sig_complete_topic);
|
||||
signal_remove("complete command away", (SIGNAL_FUNC) sig_complete_away);
|
||||
signal_remove("complete command unalias", (SIGNAL_FUNC) sig_complete_unalias);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue