mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
Add test for account tag on INVITE messages.
This will catch issues like https://github.com/solanum-ircd/solanum/issues/166 (when we have registration support for solanum)
This commit is contained in:
@ -27,6 +27,7 @@ class Specifications(enum.Enum):
|
||||
|
||||
@enum.unique
|
||||
class Capabilities(enum.Enum):
|
||||
ACCOUNT_TAG = "account-tag"
|
||||
AWAY_NOTIFY = "away-notify"
|
||||
BATCH = "batch"
|
||||
ECHO_MESSAGE = "echo-message"
|
||||
|
Reference in New Issue
Block a user