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/bahamut.cpp | |
parent | f3ebb674696c9caf78eead88e6513e077c95d4db (diff) |
Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.
Diffstat (limited to 'modules/protocol/bahamut.cpp')
-rw-r--r-- | modules/protocol/bahamut.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/protocol/bahamut.cpp b/modules/protocol/bahamut.cpp index 3322aaee1..f6d9260e3 100644 --- a/modules/protocol/bahamut.cpp +++ b/modules/protocol/bahamut.cpp @@ -39,6 +39,7 @@ public: { DefaultPseudoclientModes = "+"; CanSVSNick = true; + CanSVSNOOP = true; CanSNLine = true; CanSQLine = true; CanSQLineChannel = true; |