diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-26 13:58:16 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2016-11-26 13:58:16 +0100 |
commit | 377fad22dbee02dfdbcb778cdb781409054838a5 (patch) | |
tree | decbd280d9205a61c940446bce5aacbf269e7bbe /doc/it | |
parent | cfc22c700ce794b384daf819c2885de1362cc02a (diff) | |
download | weechat-377fad22dbee02dfdbcb778cdb781409054838a5.zip |
irc: add tag "self_msg" on self messages (closes #840)
Diffstat (limited to 'doc/it')
-rw-r--r-- | doc/it/autogen/user/weechat_commands.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/it/autogen/user/weechat_commands.adoc b/doc/it/autogen/user/weechat_commands.adoc index 25846be42..f3f2b5b67 100644 --- a/doc/it/autogen/user/weechat_commands.adoc +++ b/doc/it/autogen/user/weechat_commands.adoc @@ -361,7 +361,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), prefix_nick_ccc (ccc is color of nick), + self_msg, nick_xxx (xxx is nick in message), prefix_nick_ccc (ccc is color of nick), host_xxx (xxx is username + host in message), irc_xxx (xxx is command name or number, see /server raw or /debug tags), irc_numeric, irc_error, irc_action, irc_ctcp, irc_ctcp_reply, irc_smart_filter, away_info. |