mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-24 03:33:11 +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
|
URLs 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
|
registry.Boolean(True, _("""Determines whether this plugin will bold
|
||||||
|
Loading…
Reference in New Issue
Block a user