From ec5c9c6a8a7280b5aa35a9f45d3b928e49a0c962 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 8 May 2014 14:38:40 +0200 Subject: [PATCH] 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. --- ChangeLog.asciidoc | 1 - 1 file changed, 1 deletion(-) 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"