Add tests for ELIST

This commit is contained in:
2022-03-20 14:07:46 +01:00
parent a9a7a2a187
commit af001fad2e
6 changed files with 326 additions and 7 deletions

View File

@ -50,6 +50,7 @@ class Capabilities(enum.Enum):
@enum.unique
class IsupportTokens(enum.Enum):
BOT = "BOT"
ELIST = "ELIST"
PREFIX = "PREFIX"
MONITOR = "MONITOR"
STATUSMSG = "STATUSMSG"