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 /data/operserv.example.conf | |
parent | f3ebb674696c9caf78eead88e6513e077c95d4db (diff) |
Only enable os_noop on IRCDs that actually have a SendSVSNOOP impl.
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r-- | data/operserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf index e23efbb47..77c969309 100644 --- a/data/operserv.example.conf +++ b/data/operserv.example.conf @@ -503,7 +503,7 @@ command { service = "OperServ"; name = "RANDOMNEWS"; command = "operserv/randomn * * Used to NOOP a server, which prevents users from opering on that server. */ -module { name = "os_noop" } +#module { name = "os_noop" } command { service = "OperServ"; name = "NOOP"; command = "operserv/noop"; permission = "operserv/noop"; } /* |