mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-22 02:32:42 +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
|
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