mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
multi_prefix: Skip test on IRCds that don't support it (#218)
This commit is contained in:
@ -15,7 +15,7 @@ class MultiPrefixTestCase(cases.BaseServerTestCase):
|
|||||||
|
|
||||||
These prefixes MUST be in order of ‘rank’, from highest to lowest.
|
These prefixes MUST be in order of ‘rank’, from highest to lowest.
|
||||||
"""
|
"""
|
||||||
self.connectClient("foo", capabilities=["multi-prefix"])
|
self.connectClient("foo", capabilities=["multi-prefix"], skip_if_cap_nak=True)
|
||||||
self.joinChannel(1, "#chan")
|
self.joinChannel(1, "#chan")
|
||||||
self.sendLine(1, "MODE #chan +v foo")
|
self.sendLine(1, "MODE #chan +v foo")
|
||||||
self.getMessages(1)
|
self.getMessages(1)
|
||||||
|
Reference in New Issue
Block a user