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 <vega.james@gmail.com>
This commit is contained in:
Mikaela Suomalainen 2014-05-09 14:37:47 +03:00 committed by James McCoy
parent 8266870d9f
commit 01e776edc2
No known key found for this signature in database
GPG Key ID: DFE691AE331BA3DB
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ conf.registerChannelValue(ShrinkUrl, 'outFilter',
of outgoing messages if those URLs are longer than of outgoing messages if those URLs are longer than
supybot.plugins.ShrinkUrl.minimumLength.""")) supybot.plugins.ShrinkUrl.minimumLength."""))
conf.registerChannelValue(ShrinkUrl, 'default', 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.""")) shrinking a URL."""))
conf.registerGlobalValue(ShrinkUrl, 'bold', conf.registerGlobalValue(ShrinkUrl, 'bold',
registry.Boolean(True, """Determines whether this plugin will bold certain registry.Boolean(True, """Determines whether this plugin will bold certain