mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 15:29:50 +00:00
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:
@ -51,6 +51,7 @@ class Capabilities(enum.Enum):
|
||||
class IsupportTokens(enum.Enum):
|
||||
BOT = "BOT"
|
||||
ELIST = "ELIST"
|
||||
INVEX = "INVEX"
|
||||
PREFIX = "PREFIX"
|
||||
MONITOR = "MONITOR"
|
||||
STATUSMSG = "STATUSMSG"
|
||||
|
Reference in New Issue
Block a user