diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:10:31 +0200 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-05-29 13:10:31 +0200 |
commit | c4f53a7fca0eb5b3aa113cf57494e1e8aa6620cf (patch) | |
tree | 080d9c1bb73536c032d793eb6f78d872c1e6684f /weechat | |
parent | 10ece742d8988f697dd5c550d20fd738289a06d7 (diff) | |
download | dotfiles-c4f53a7fca0eb5b3aa113cf57494e1e8aa6620cf.tar.xz |
weechat/irc: set highlights
Diffstat (limited to 'weechat')
-rw-r--r-- | weechat/irc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weechat/irc.conf b/weechat/irc.conf index 1e22905..71aa71c 100644 --- a/weechat/irc.conf +++ b/weechat/irc.conf @@ -23,8 +23,8 @@ display_join_message = "329,332,333" display_old_topic = on display_pv_away_once = on display_pv_back = on -highlight_channel = "$nick" -highlight_pv = "$nick" +highlight_channel = "$nick,demize,demi,remi,remize,kyrias,kyriasis" +highlight_pv = "" highlight_server = "$nick" highlight_tags_restrict = "irc_privmsg,irc_notice" item_away_message = on |