Fix invalid nick

This commit is contained in:
2021-12-10 17:14:26 +01:00
parent d29c0035e6
commit 16533de157

View File

@ -16,7 +16,7 @@ class MuteExtbanTestCase(cases.BaseServerTestCase):
@cases.mark_specifications("Ergo")
def testISupport(self):
self.connectClient(1) # Fetches ISUPPORT
self.connectClient("chk") # Fetches ISUPPORT
isupport = self.server_support
token = isupport["EXTBAN"]
prefix, comma, types = token.partition(",")