diff --git a/Makefile b/Makefile index 7f8f409..37d3726 100644 --- a/Makefile +++ b/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 := \ diff --git a/irctest/controllers/hybrid.py b/irctest/controllers/hybrid.py index 919ce8b..6725e7d 100644 --- a/irctest/controllers/hybrid.py +++ b/irctest/controllers/hybrid.py @@ -63,7 +63,7 @@ operator {{ encrypted = no; umodes = locops, servnotice, wallop; flags = admin, connect, connect:remote, die, globops, kill, kill:remote, - kline, module, rehash, restart, set, unkline, unxline, xline; + kline, module, rehash, restart, set, unkline, unxline, wallops, xline; }}; """ diff --git a/irctest/controllers/inspircd.py b/irctest/controllers/inspircd.py index e7d1120..9aba976 100644 --- a/irctest/controllers/inspircd.py +++ b/irctest/controllers/inspircd.py @@ -21,6 +21,7 @@ TEMPLATE_CONFIG = """