summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-05-08 14:38:40 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-05-08 14:38:40 +0200
commitec5c9c6a8a7280b5aa35a9f45d3b928e49a0c962 (patch)
tree75e033e8004df69006962a13da737460808d6dcf
parent432ecaa9f47e808a8340a178acc26fdf12f04f4f (diff)
downloadweechat-ec5c9c6a8a7280b5aa35a9f45d3b928e49a0c962.zip
core: remove line in ChangeLog (add of "#" in front of channels on /join)
The new option has changed the behavior again, so "/join 0" will now part all channels by default.
-rw-r--r--ChangeLog.asciidoc1
1 files changed, 0 insertions, 1 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc
index 1907a1df9..e1d21c709 100644
--- a/ChangeLog.asciidoc
+++ b/ChangeLog.asciidoc
@@ -114,7 +114,6 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
* irc: add command /unquiet (closes #36)
* irc: add command /allpv (task #13111)
* irc: fix truncated read on socket with SSL (bug #41558)
-* irc: add "#" before any channel in /join, even /join 0 (closes #20)
* irc: display output of CAP LIST in server buffer
* irc: fix colors in message with CTCP reply sent to another user
* irc: evaluate content of server options "username" and "realname"