mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-14 14:49:21 +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.
This commit is contained in:
parent
0e5694e9c7
commit
5b3443eeda
@ -88,7 +88,7 @@ conf.registerChannelValue(ShrinkUrl, 'outFilter',
|
||||
URLs 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
|
||||
|
Loading…
Reference in New Issue
Block a user