mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-10 20:22:36 +01:00
fix previous commit
This commit is contained in:
parent
4d81a55241
commit
f486bdbdba
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user