adkfasdyfb

This commit is contained in:
Dennis Kaarsemaker
2006-12-27 15:33:59 +01:00
parent 167d4b8005
commit c625bf3697
7 changed files with 216 additions and 151 deletions

View File

@ -46,3 +46,7 @@ conf.registerGlobalValue(conf.supybot.plugins.Bugtracker, 'bugtrackers',
conf.registerGlobalValue(conf.supybot.plugins.Bugtracker, 'replyWhenNotFound',
registry.Boolean(False, """Whether to send a message when a bug could not be
found"""))
conf.registerChannelValue(conf.supybot.plugins.Bugtracker, 'repeatdelay',
registry.Integer(60, """Number of seconds to wait between repeated bug calls"""))
conf.registerChannelValue(conf.supybot.plugins.Bugtracker, 'showassignee',
registry.Boolean(False, """Whether to show th assignee in bug reports"""))