diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-03 21:22:53 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-04-03 21:22:53 +0200 |
commit | 5459e6595a5aaa36bb1e239d08407cbe9af2478c (patch) | |
tree | 873a72b436ea7ea7f4276df5f68b8214e61d448e /doc/en | |
parent | 7038630b6d242a97e3be0a16bd64059562570076 (diff) | |
download | weechat-5459e6595a5aaa36bb1e239d08407cbe9af2478c.zip |
core: fix bugs with option weechat.look.prefix_same_nick, use nick color for string used as replacement
Bugs fixed:
- hide/replace prefix only if prefix is a nick (do not do it for join/part/quit or action messages)
- hide/replace prefix only when displaying messages (do not cache value in lines)
The nick color used in replacement string comes from tag "prefix_nick_ccc", where "ccc" is the color of nick.
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/user/weechat_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt index a09a26ca3..f8224ed72 100644 --- a/doc/en/autogen/user/weechat_commands.txt +++ b/doc/en/autogen/user/weechat_commands.txt @@ -226,7 +226,7 @@ The default key alt+'=' toggles filtering on/off. Tags most commonly used: no_filter, no_highlight, no_log, log0..log9 (log level), notify_none, notify_message, notify_private, notify_highlight, - nick_xxx (xxx is nick in message), + nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of nick), irc_xxx (xxx is command name or number, see /server raw), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. To see tags for lines in buffers: /debug tags |