From 3ba0b0892534509e39d325b9e29b25883914c48e Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sat, 12 Apr 2014 17:46:50 +0200 Subject: weechat: stalker ignore updated, disable sfilter for modes --- weechat/plugins.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'weechat/plugins.conf') 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." -- cgit v1.2.3-54-g00ecf