summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-03-30 10:40:01 +0200
committerSebastien Helleu <flashcode@flashtux.org>2010-03-30 10:40:01 +0200
commit12afdb29c4cf2b3d2987b8365e60aee95ea4a9c5 (patch)
treed1554d657c2fa6f6efccbc3506691e5dee159636 /ChangeLog
parent5ff1742c86cc3ae66d6343dcc853c6691561e71e (diff)
downloadweechat-12afdb29c4cf2b3d2987b8365e60aee95ea4a9c5.zip
Fix bug with IRC nicks on reconnection: try all nicks in list, even if nick used was not the first in list of nicks
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 48c99d365..7d2895aa7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
WeeChat ChangeLog
=================
FlashCode <flashcode@flashtux.org>
-v0.3.2-dev, 2010-03-29
+v0.3.2-dev, 2010-03-30
Version 0.3.2 (under dev!)
@@ -61,6 +61,8 @@ Version 0.3.2 (under dev!)
(bug #28741)
* irc: add new option irc.look.part_closes_buffer to close buffer when /part
is issued on channel (task #10295)
+* irc: fix bug with nicks on reconnection: try all nicks in list, even if nick
+ used was not the first in list of nicks
* irc: fix command /list: send channel and server name given as argument, and
use separate option "-re" to allow a regex
* irc: fix PART message received on Undernet server (bug #28825)