diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-04 12:35:25 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-06-04 12:35:25 +0200 |
commit | ff0a798634e2b27f6db2faea370cd6faba36d335 (patch) | |
tree | 48b1b72ca428f953030d4df122fb2cb3cd8482ee /ChangeLog | |
parent | 4a61dc96338ef9af1ca677ff35ed813eebd6794a (diff) | |
download | weechat-ff0a798634e2b27f6db2faea370cd6faba36d335.zip |
Move options weechat.color.nicklist_prefix to irc plugin
Options renamed or removed:
- weechat.color.nicklist_prefix1 renamed to irc.color.nick_prefix_op
- weechat.color.nicklist_prefix2 renamed to irc.color.nick_prefix_halfop
- weechat.color.nicklist_prefix3 renamed to irc.color.nick_prefix_voice
- weechat.color.nicklist_prefix4 renamed to irc.color.nick_prefix_user
- weechat.color.nicklist_prefix5 removed
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,7 +1,7 @@ WeeChat ChangeLog ================= FlashCode <flashcode@flashtux.org> -v0.3.3-dev, 2010-06-02 +v0.3.3-dev, 2010-06-04 Version 0.3.3 (under dev!) @@ -14,6 +14,7 @@ Version 0.3.3 (under dev!) process) * api: add function "string_expand_home", fix bug with replacement of home in paths +* irc: move options weechat.color.nicklist_prefix to irc plugin * irc: fix bug with command-line option "irc://" (bug #29990), new format for port and channels * irc: add command /wallchops, fix bug with display of notice for ops |