mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
Add tests for WHOX. (#131)
This commit is contained in:
@ -53,6 +53,7 @@ class IsupportTokens(enum.Enum):
|
||||
MONITOR = "MONITOR"
|
||||
STATUSMSG = "STATUSMSG"
|
||||
TARGMAX = "TARGMAX"
|
||||
WHOX = "WHOX"
|
||||
|
||||
@classmethod
|
||||
def from_name(cls, name: str) -> IsupportTokens:
|
||||
|
Reference in New Issue
Block a user