Updated help text of supybot.plugins.Bugzilla.bugSnarfer to reflect

both URL and bug ### features.
This commit is contained in:
Grant Bowman 2004-08-19 05:33:15 +00:00
parent 4c459c3a72
commit 3036e5b206

View File

@ -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',