diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-08 18:31:17 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-10-08 18:31:17 +0200 |
commit | 6e89c47bf1237c9b94125663b1373212105659d1 (patch) | |
tree | 3a04f8fd310de6eba5d9a471ccea8c014b7c115f /ChangeLog | |
parent | 321210ff6e597bab9790b158cd860f60f5fdcfc6 (diff) | |
download | weechat-6e89c47bf1237c9b94125663b1373212105659d1.zip |
Switch to next server address when IRC error is received after TCP connection but before message 001 (bug #30884)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ Version 0.3.4 (under dev!) * irc: add new info_hashtable "irc_parse_message" * irc: fix crash/bug when option "addresses" for a server is unset or changed when WeeChat is connected to this server (bug #31268) +* irc: switch to next server address when IRC error is received after TCP + connection but before message 001 (bug #30884) * irc: fix bug with hostmasks in command /ignore (bug #30716) * rmodifier: new plugin "rmodifier": alter modifier strings with regular expressions (bug #26964) |