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