aboutsummaryrefslogtreecommitdiffstats
path: root/weechat/plugins.conf
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-07-15 15:48:41 +0200
committerJohannes Löthberg <johannes@kyriasis.com>2014-07-15 15:48:41 +0200
commitb95d216e6e973a36e8d30bc41e4e5791c58d7cc7 (patch)
treed74fb468498810cc6df9b8ef227780673b7f204a /weechat/plugins.conf
parentb77cff948b519b4392a7bc03c4db9995a164b9ac (diff)
downloaddotfiles-b95d216e6e973a36e8d30bc41e4e5791c58d7cc7.tar.xz
weechat: Mostly just new version stuff
Diffstat (limited to 'weechat/plugins.conf')
-rw-r--r--weechat/plugins.conf15
1 files changed, 10 insertions, 5 deletions
diff --git a/weechat/plugins.conf b/weechat/plugins.conf
index 87fcbf1..d0ac41b 100644
--- a/weechat/plugins.conf
+++ b/weechat/plugins.conf
@@ -1,5 +1,5 @@
#
-# plugins.conf -- weechat v0.4.4-dev
+# plugins.conf -- weechat v1.0-dev
#
[var]
@@ -73,7 +73,7 @@ perl.multiline.paste_lock = "1"
perl.multiline.send_empty = "on"
perl.multiline.tab = "──▶▏"
perl.multiline.weechat_paste_fix = "on"
-perl.stalker.additional_join_info = "off"
+perl.stalker.additional_join_info = "on"
perl.stalker.db_name = "%h/nicks.db"
perl.stalker.debug = "off"
perl.stalker.flood_max_nicks = "20"
@@ -100,7 +100,7 @@ python.announce_url_title.buffers = "freenode.#testing,"
python.announce_url_title.buffers_notice = "freenode.#testing,"
python.announce_url_title.global = "on"
python.announce_url_title.global_prefix = "url"
-python.announce_url_title.ignore_buffers = "freenode.#archlinux,freenode.#archlinux-offtopic,freenode.#archers,freenode.#archlinux-mordor"
+python.announce_url_title.ignore_buffers = "freenode.#archlinux,freenode.#archlinux-offtopic,freenode.#archers,freenode.#archlinux-mordor,freenode.#archlinux-bugs,freenode.#archlinux-women,freenode.#archlinux-women-dev"
python.announce_url_title.prefix = ""
python.announce_url_title.reannounce_wait = "5"
python.announce_url_title.suffix = ""
@@ -118,7 +118,7 @@ python.chanop.enable_multi_kick = "off"
python.chanop.enable_remove = "off"
python.chanop.kick_reason = ""
python.chanop.op_command = "/msg chanserv op $channel $nick"
-python.chanop.watchlist.freenode = "##archlinux-botabuse,#archlinux-offtopic,#kyriasis,#archlinux"
+python.chanop.watchlist.freenode = "#kyriasis,#archlinux,#archlinux-botabuse,#archlinux-offtopic"
python.check_license = "on"
python.colorize_nicks.blacklist_channels = ""
python.colorize_nicks.blacklist_nicks = "so,root"
@@ -145,11 +145,16 @@ python.listbuffer.users_min_width = "8"
python.notify.icon = "/usr/share/pixmaps/weechat.xpm"
python.notify.ignore_nicks_startwith = "*"
python.notify.nick_separator = ": "
-python.notify.notify_when_away = "off"
+python.notify.notify_when_away = "on"
python.notify.show_hilights = "on"
python.notify.show_priv_msg = "on"
python.notify.smart_notification = "off"
python.notify.urgency = "normal"
+python.shortenurl.color = "red"
+python.shortenurl.ignore_list = "http://is.gd,http://tinyurl.com"
+python.shortenurl.short_own = "off"
+python.shortenurl.shortener = "isgd"
+python.shortenurl.urllength = "30"
python.tinyurl.debug = "off"
python.tinyurl.printall = "on"
python.tinyurl.service = "tinyurl"