1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 19:23:12 +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
@@ -39,6 +39,7 @@ public:
{
DefaultPseudoclientModes = "+";
CanSVSNick = true;
CanSVSNOOP = true;
CanSNLine = true;
CanSQLine = true;
CanSQLineChannel = true;