Add tests for the two invite lists (#149)

* Add tests for the two invite lists

* Add workaround for Hybrid

* Skip testInviteList on ircu2

* Fix merge
This commit is contained in:
2022-04-14 21:28:12 +02:00
committed by GitHub
parent 9bc331483a
commit 5122c04826
4 changed files with 86 additions and 1 deletions

View File

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