From f486bdbdbaba9f45cf28b5f68ab86912160d931d Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 28 May 2014 18:34:41 +0300 Subject: [PATCH] fix previous commit --- plugins/Channel/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Channel/test.py b/plugins/Channel/test.py index c98b3799f..33d4b2367 100644 --- a/plugins/Channel/test.py +++ b/plugins/Channel/test.py @@ -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')