From 6b12568ea238e9695e3776d9ed3e29220585bfb8 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Mon, 26 Jan 2015 09:47:22 +0100 Subject: [PATCH] weechat - link shorter urls --- weechat/plugins.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/weechat/plugins.conf b/weechat/plugins.conf index 8bbcf34..97cf03a 100644 --- a/weechat/plugins.conf +++ b/weechat/plugins.conf @@ -37,7 +37,7 @@ 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 = "120" +python.shortenurl.urllength = "80" ruby.check_license = "off" tcl.check_license = "off"