From 01e776edc2b99adb6bdebc4cc2205d36e726ff65 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Fri, 9 May 2014 14:37:47 +0300 Subject: [PATCH] ShrinkUrl: use x0 by default. Fixes #617. x0 has the smallest working output. ur1 had the second smallest. Their difference is one character. Signed-off-by: James McCoy --- plugins/ShrinkUrl/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ShrinkUrl/config.py b/plugins/ShrinkUrl/config.py index 8229106f5..2b45e657c 100644 --- a/plugins/ShrinkUrl/config.py +++ b/plugins/ShrinkUrl/config.py @@ -87,7 +87,7 @@ conf.registerChannelValue(ShrinkUrl, 'outFilter', of outgoing messages if those URLs are longer than supybot.plugins.ShrinkUrl.minimumLength.""")) conf.registerChannelValue(ShrinkUrl, 'default', - ShrinkService('ln', """Determines what website the bot will use when + ShrinkService('x0', """Determines what website the bot will use when shrinking a URL.""")) conf.registerGlobalValue(ShrinkUrl, 'bold', registry.Boolean(True, """Determines whether this plugin will bold certain