We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64acad0 commit 6760e79Copy full SHA for 6760e79
plugins/Channel/test.py
@@ -428,9 +428,6 @@ def testInviteNoCapability(self):
428
def testInviteCustomCapability(self):
429
self.irc.feedMsg(ircmsgs.op(self.channel, self.nick))
430
431
- self.assertError('invite foo',
432
- frm='test!user@with__no_testcap__')
433
-
434
with conf.supybot.plugins.Channel.invite.requireCapability.context('freeinvite'):
435
m = self.getMsg('invite foo',
436
frm='test!user@with__no_testcap__')
0 commit comments