1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 23:13:13 +02:00

Disable operserv/quit by default.

This is dangerous and almost never what is actually wanted.
This commit is contained in:
Sadie Powell
2025-02-12 15:40:13 +00:00
parent 3e986b215e
commit 2d48d9ef0d
+1 -1
View File
@@ -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"; }