mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-18 22:51:01 +01:00
Updated help text of supybot.plugins.Bugzilla.bugSnarfer to reflect
both URL and bug ### features.
This commit is contained in:
parent
4c459c3a72
commit
3036e5b206
@ -85,8 +85,8 @@ def configure(advanced):
|
|||||||
conf.registerPlugin('Bugzilla')
|
conf.registerPlugin('Bugzilla')
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bugSnarfer',
|
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bugSnarfer',
|
||||||
registry.Boolean(False, """Determines whether the bug snarfer will be
|
registry.Boolean(False, """Determines whether the bug snarfer will be
|
||||||
enabled, such that any Bugzilla URLs seen in the channel will have their
|
enabled, such that any Bugzilla URLs and bug ### seen in the channel
|
||||||
information reported into the channel."""))
|
will have their information reported into the channel."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bold',
|
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bold',
|
||||||
registry.Boolean(True, """Determines whether results are bolded."""))
|
registry.Boolean(True, """Determines whether results are bolded."""))
|
||||||
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'replyNoBugzilla',
|
conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'replyNoBugzilla',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user