aboutsummaryrefslogtreecommitdiffstats
path: root/weechat
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:44:56 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2015-04-25 21:44:56 +0200
commit9ccb1a6eb176811345c747ecfa63c45c8ce2d544 (patch)
treef275acc0eb6c40b422e0fd2927f2dce8f21fd360 /weechat
parent5f55ae436105f5fc5fb8efe09fcbd7fbd34c7e2d (diff)
downloaddotfiles-9ccb1a6eb176811345c747ecfa63c45c8ce2d544.tar.xz
weechat: Don't highlight on stalker messages
Diffstat (limited to 'weechat')
-rw-r--r--weechat/plugins.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index adabc0a..1260a35 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -117,7 +117,7 @@ perl.stalker.max_recursion = "20"
perl.stalker.normalize_nicks = "off"
perl.stalker.recursive_search = "on"
perl.stalker.search_this_network_only = "on"
-perl.stalker.tags = ""
+perl.stalker.tags = "no_highlight"
perl.stalker.timeout = "1"
perl.stalker.use_localvar = "off"
perl.url_arza.min_length = "100"