Add TARGMAX test

This commit is contained in:
2021-08-13 22:48:11 +02:00
committed by Val Lorentz
parent 23c7c1642b
commit ff0d795485
3 changed files with 28 additions and 0 deletions

View File

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