mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 06:49:47 +00:00
Fix ELIST detection
This commit is contained in:
@ -206,8 +206,8 @@ class ListTestCase(_BasedListTestCase):
|
|||||||
"""
|
"""
|
||||||
self.connectClient("foo")
|
self.connectClient("foo")
|
||||||
|
|
||||||
if "M" not in self.server_support.get("ELIST", ""):
|
if "U" not in self.server_support.get("ELIST", ""):
|
||||||
raise runner.OptionalExtensionNotSupported("ELIST=M")
|
raise runner.OptionalExtensionNotSupported("ELIST=U")
|
||||||
|
|
||||||
self.sendLine(1, "JOIN #chan1")
|
self.sendLine(1, "JOIN #chan1")
|
||||||
self.getMessages(1)
|
self.getMessages(1)
|
||||||
|
Reference in New Issue
Block a user