mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 22:49:23 +01:00
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:
parent
8266870d9f
commit
01e776edc2
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user