Channel: fix test.py .

This commit is contained in:
Mikaela Suomalainen 2014-05-28 12:59:43 +03:00
parent 0f89e12f4d
commit 4d81a55241
1 changed files with 1 additions and 1 deletions

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('foo!bar@baz', '*!bar@baz')
ignore('*!*@baz', '*!*@baz')
ignore('foo!*@*')
with conf.supybot.protocols.irc.banmask.context(['exact']):
ignore('foo!bar@baz')