mirror of
https://github.com/progval/irctest.git
synced 2025-04-05 23:09:48 +00:00
testListTwoChannels doesn't need ELIST=U
This commit is contained in:
@ -246,9 +246,6 @@ class ListTestCase(_BasedListTestCase):
|
|||||||
"""
|
"""
|
||||||
self.connectClient("foo")
|
self.connectClient("foo")
|
||||||
|
|
||||||
if "U" not in self.server_support.get("ELIST", ""):
|
|
||||||
raise runner.OptionalExtensionNotSupported("ELIST=U")
|
|
||||||
|
|
||||||
if "TARGMAX" in self.server_support:
|
if "TARGMAX" in self.server_support:
|
||||||
for item in (self.server_support["TARGMAX"]).split(","):
|
for item in (self.server_support["TARGMAX"]).split(","):
|
||||||
(command, max_) = item.split(":", 1)
|
(command, max_) = item.split(":", 1)
|
||||||
|
Reference in New Issue
Block a user