diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-14 09:53:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-14 09:53:07 +0200 |
commit | dfb6516a11a053150d69e8c3957f607293065ba9 (patch) | |
tree | 27099f62544a867af00546b82ced70c30905da3b /ChangeLog.asciidoc | |
parent | 21c5583c3b5d1e6d05b97da4ec6f492bfcea8b2a (diff) | |
download | weechat-dfb6516a11a053150d69e8c3957f607293065ba9.zip |
irc: add value "+" for option irc.look.smart_filter_mode to use modes from server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
Diffstat (limited to 'ChangeLog.asciidoc')
-rw-r--r-- | ChangeLog.asciidoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.asciidoc b/ChangeLog.asciidoc index 317021881..f643798a8 100644 --- a/ChangeLog.asciidoc +++ b/ChangeLog.asciidoc @@ -110,6 +110,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes] * alias: change default command for alias /beep to "/print -beep" * exec: add exec plugin: new command /exec and file exec.conf * guile: fix module used after unload of a script +* irc: add value "+" for option irc.look.smart_filter_mode to use modes from + server prefixes (this is now the default value) (closes #90) * irc: fix extract of channel in parser for JOIN/PART messages when there is a colon before the channel name (closes #83) * irc: fix duplicate sender name in display of notice (closes #87) |