diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-23 12:18:45 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-23 12:18:45 +0200 |
commit | 64d7fa7e51b8b6fbaf6d332b8854c7615889b63d (patch) | |
tree | d33b22e4974abd6d5152abb93b075db536426f05 /ChangeLog | |
parent | f51ec651d37845da30414d58eb55af340dcaee17 (diff) | |
download | weechat-64d7fa7e51b8b6fbaf6d332b8854c7615889b63d.zip |
Fix bug with option irc.network.lag_check when value is 0 (zero)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -21,6 +21,7 @@ Version 0.3.3 (under dev!) * irc: add new options irc.network.autoreconnect_delay_growing and irc.network.autoreconnect_delay_max (task #10338) * irc: add new option weechat.color.status_name_ssl (task #10339) +* irc: fix bug with option irc.network.lag_check when value is 0 (zero) * irc: try other nick when connecting to server and receiving message 437 (nick unavailable) * irc: set buffer local variable "away" when opening new channel (bug #29618) |