Add tests for WALLOPS (#109)

* Add tests for WALLOPS

* Add perms on plexus/hybrid, skip on ergo, laxer matching for ircu2

* Fix again for irc2 and ircu2

* Servers MAY send WALLOPS only to operators.
This commit is contained in:
2021-09-19 15:33:31 +02:00
committed by GitHub
parent 29bfb064e9
commit 5e4ae7c999
5 changed files with 79 additions and 2 deletions

View File

@ -90,12 +90,14 @@ SNIRCD_SELECTORS := \
# testListEmpty and testListOne fails because irc2 deprecated LIST
# testKickDefaultComment fails because it uses the nick of the kickee rather than the kicker.
# testWallopsPrivileges fails because it ignores the command instead of replying ERR_UNKNOWNCOMMAND
IRC2_SELECTORS := \
not Ergo \
and not deprecated \
and not strict \
and not testListEmpty and not testListOne \
and not testKickDefaultComment \
and not testWallopsPrivileges \
$(EXTRA_SELECTORS)
MAMMON_SELECTORS := \