summaryrefslogtreecommitdiff
path: root/data/operserv.example.conf
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-02-12 15:40:13 +0000
committerSadie Powell <sadie@witchery.services>2025-02-12 15:40:13 +0000
commit2d48d9ef0d1d24e3f976b2c8815f5cda44833a86 (patch)
treec6653d0f5576eaf48aab304e494dd0e668a499c9 /data/operserv.example.conf
parent3e986b215e45c2fa15d1b07da8fef19e3560e45b (diff)
Disable operserv/quit by default.
This is dangerous and almost never what is actually wanted.
Diffstat (limited to 'data/operserv.example.conf')
-rw-r--r--data/operserv.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/operserv.example.conf b/data/operserv.example.conf
index 5b4447c48..fd7ae6c95 100644
--- a/data/operserv.example.conf
+++ b/data/operserv.example.conf
@@ -660,7 +660,7 @@ module
*/
requirename = yes
}
-command { service = "OperServ"; name = "QUIT"; command = "operserv/quit"; permission = "operserv/quit"; }
+#command { service = "OperServ"; name = "QUIT"; command = "operserv/quit"; permission = "operserv/quit"; }
command { service = "OperServ"; name = "RESTART"; command = "operserv/restart"; permission = "operserv/restart"; }
command { service = "OperServ"; name = "SHUTDOWN"; command = "operserv/shutdown"; permission = "operserv/shutdown"; }