From 3036e5b206d3f6f0c9fc9f2e6a391e54fcad87a4 Mon Sep 17 00:00:00 2001 From: Grant Bowman Date: Thu, 19 Aug 2004 05:33:15 +0000 Subject: [PATCH] Updated help text of supybot.plugins.Bugzilla.bugSnarfer to reflect both URL and bug ### features. --- plugins/Bugzilla.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/Bugzilla.py b/plugins/Bugzilla.py index 71305dca7..469fb87e5 100644 --- a/plugins/Bugzilla.py +++ b/plugins/Bugzilla.py @@ -85,8 +85,8 @@ def configure(advanced): conf.registerPlugin('Bugzilla') conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bugSnarfer', registry.Boolean(False, """Determines whether the bug snarfer will be - enabled, such that any Bugzilla URLs seen in the channel will have their - information reported into the channel.""")) + enabled, such that any Bugzilla URLs and bug ### seen in the channel + will have their information reported into the channel.""")) conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'bold', registry.Boolean(True, """Determines whether results are bolded.""")) conf.registerChannelValue(conf.supybot.plugins.Bugzilla, 'replyNoBugzilla',