fix previous commit

This commit is contained in:
Mikaela Suomalainen 2014-05-28 18:34:41 +03:00
parent 4d81a55241
commit f486bdbdba

View File

@ -228,7 +228,7 @@ class ChannelTestCase(ChannelPluginTestCase):
self.assertResponse('channel ignore list', "'%s'" % expect)
self.assertNotError('channel ignore remove %s' % expect)
self.assertRegexp('channel ignore list', 'not currently')
ignore('*!*@baz', '*!*@baz')
ignore('foo!bar@baz', '*!*@baz')
ignore('foo!*@*')
with conf.supybot.protocols.irc.banmask.context(['exact']):
ignore('foo!bar@baz')