1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 09:46:38 +02:00

Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.

This commit is contained in:
Sadie Powell
2024-04-15 21:07:52 +01:00
parent f3ebb67469
commit 5473311bd7
6 changed files with 9 additions and 2 deletions
+1
View File
@@ -25,6 +25,7 @@ public:
DefaultPseudoclientModes = "+iU";
CanSVSNick = true;
CanSVSJoin = true;
CanSVSNOOP = true;
CanSetVHost = true;
CanSetVIdent = true;
CanSNLine = true;