aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-12 17:46:50 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-04-12 17:46:50 +0200
commit3ba0b0892534509e39d325b9e29b25883914c48e (patch)
tree53c9df87b1fb4d8f22f787f3738a78a3634134df /weechat/plugins.conf
parentef06a018d12c0c1eb0076aa8555786916b0751ce (diff)
downloaddotfiles-3ba0b0892534509e39d325b9e29b25883914c48e.tar.xz
weechat: stalker ignore updated, disable sfilter for modes
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r--weechat/plugins.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index f2d85f3..0d6a4de 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -78,7 +78,7 @@ perl.stalker.db_name = "%h/nicks.db"
perl.stalker.debug = "off"
perl.stalker.flood_max_nicks = "20"
perl.stalker.flood_timer = "10"
-perl.stalker.guest_host_regex = "^(webchat|gateway/web/freenode/session)"
+perl.stalker.guest_host_regex = "^(webchat|gateway/web/freenode/).*"
perl.stalker.guest_nick_regex = "^(guest|weebot|Floodbot|ChanServ).*"
perl.stalker.ignore_guest_hosts = "on"
perl.stalker.ignore_guest_nicks = "on"
@@ -107,6 +107,8 @@ python.announce_url_title.suffix = ""
python.announce_url_title.title_max_length = "80"
python.announce_url_title.url_ignore = ""
python.announce_url_title.user_agent = "WeeChat/%(version)s (http://www.weechat.org)"
+python.autosavekey.mute = "off"
+python.autosavekey.secure = "off"
python.chanop.autodeop = "on"
python.chanop.autodeop_delay = "60"
python.chanop.default_banmask = "host"
@@ -230,6 +232,8 @@ perl.url_arza.min_length = "minimum length for incoming urls to shorten, after h
perl.url_arza.url = "url for shortener, url to shorten is appended, the shortener should return the short url (default: http://arza.us/s/?password=&url=)"
perl.url_arza.url_append_command = "string to append to the url when shortening in input line (default: &id_min_length=1)"
perl.url_arza.url_append_incoming = "string to append to the url when shortening incoming urls (default: &id_min_length=2)"
+python.autosavekey.mute = "execute command silently, only error messages will be displayed. (default: "off")"
+python.autosavekey.secure = "change channel key in secure data. (default: "off")"
python.listbuffer.autofocus = "Focus the listbuffer in the current window if it isn't already displayed by a window."
python.listbuffer.channel_min_width = "The minimum width used for the channel name in the channel list. If a channelname is shorter than this amount, the column will be padded with spaces."
python.listbuffer.modes_min_width = "The minimum width used for modes in the channel list. If a channel has less modes than this amount, the column will be padded with spaces."