diff --git a/plugins/Channel/test.py b/plugins/Channel/test.py index e40bc220b..c98b3799f 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('foo!bar@baz', '*!bar@baz') + ignore('*!*@baz', '*!*@baz') ignore('foo!*@*') with conf.supybot.protocols.irc.banmask.context(['exact']): ignore('foo!bar@baz')