Add tests for WHOX. (#131)

This commit is contained in:
2022-02-21 21:43:22 +01:00
committed by GitHub
parent 79c65cf248
commit da005d7d24
5 changed files with 172 additions and 10 deletions

View File

@ -53,6 +53,7 @@ class IsupportTokens(enum.Enum):
MONITOR = "MONITOR"
STATUSMSG = "STATUSMSG"
TARGMAX = "TARGMAX"
WHOX = "WHOX"
@classmethod
def from_name(cls, name: str) -> IsupportTokens: