aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--weechat/irc.conf2
-rw-r--r--weechat/plugins.conf6
2 files changed, 6 insertions, 2 deletions
diff --git a/weechat/irc.conf b/weechat/irc.conf
index 4c92a94..42d354e 100644
--- a/weechat/irc.conf
+++ b/weechat/irc.conf
@@ -54,7 +54,7 @@ smart_filter = on
smart_filter_delay = 5
smart_filter_join = on
smart_filter_join_unmask = 30
-smart_filter_mode = "ovh"
+smart_filter_mode = ""
smart_filter_nick = on
smart_filter_quit = on
topic_strip_colors = off
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."