diff options
author | Sadie Powell <sadie@witchery.services> | 2024-04-15 21:07:52 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-04-15 21:08:40 +0100 |
commit | 5473311bd745a15f3cc718d2a3101c5b61b006fc (patch) | |
tree | 1425af6be212d2014668887f98609ac39fc006c9 /modules/protocol/unrealircd.cpp | |
parent | f3ebb674696c9caf78eead88e6513e077c95d4db (diff) |
Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.
Diffstat (limited to 'modules/protocol/unrealircd.cpp')
-rw-r--r-- | modules/protocol/unrealircd.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/unrealircd.cpp b/modules/protocol/unrealircd.cpp index fddbff39d..8f6cbe455 100644 --- a/modules/protocol/unrealircd.cpp +++ b/modules/protocol/unrealircd.cpp @@ -28,6 +28,7 @@ public: DefaultPseudoclientModes = "+BioqS"; CanSVSNick = true; CanSVSJoin = true; + CanSVSNOOP = true; CanSetVHost = true; CanSetVIdent = true; CanSNLine = true; |