mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-20 01:19:26 +01:00
Merge pull request #619 from Mkaysi/shrinkurl
ShrinkUrl: use x0 by default.
This commit is contained in:
commit
94386a27ea
@ -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