mirror of
https://github.com/progval/irctest.git
synced 2025-04-06 23:39:46 +00:00
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:
2
Makefile
2
Makefile
@ -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 := \
|
||||
|
Reference in New Issue
Block a user