Added a comment regarding a current bug in @bugs and @rfes

This commit is contained in:
James Vega 2003-11-03 23:15:47 +00:00
parent aae6f52c9e
commit c362784a2e
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ class SourceforgeTest(ChannelPluginTestCase, PluginDocumentation):
self.assertNotError('bugs')
m = self.getMsg('bugs')
n = re.search('#(\d+)', m.args[1]).group(1)
# This should have the same effect as calling 'bugs supybot %s'
self.assertNotError('bugs %s' % n)
def testSnarfer(self):