mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
Run utf8 tests on servers which advertise UTF8ONLY (#185)
This commit is contained in:
@ -56,6 +56,7 @@ class IsupportTokens(enum.Enum):
|
||||
MONITOR = "MONITOR"
|
||||
STATUSMSG = "STATUSMSG"
|
||||
TARGMAX = "TARGMAX"
|
||||
UTF8ONLY = "UTF8ONLY"
|
||||
WHOX = "WHOX"
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user