summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-07-27 20:37:04 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-07-27 20:37:04 +0200
commitf385aa8f8c36782c62aa71c9c6cc2884ef4f48f4 (patch)
treeb89bd011c5fc8628629605bcdbe7b28141d7d079 /ChangeLog
parent6be17ac2635614c6a63c9266df324f725e07087c (diff)
downloadweechat-f385aa8f8c36782c62aa71c9c6cc2884ef4f48f4.zip
irc: display number of ops/halfops/voices on channel join only for supported modes on server (bug #39582)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 192f409f4..58762525c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,6 +49,8 @@ Version 0.4.2 (under dev!)
* aspell: rename option aspell.look.color to aspell.color.misspelled, add option
aspell.color.suggestions
* aspell: add support of enchant library (patch #6858)
+* irc: display number of ops/halfops/voices on channel join only for supported
+ modes on server (bug #39582)
* irc: fix self nick color in server messages after nick is changed with /nick
(bug #39415)
* irc: add support of wildcards in commands (de)op/halfop/voice (task #9221)