1
0
mirror of https://github.com/anope/anope.git synced 2026-06-12 17:04:47 +02:00

Fix the documentation of the ns_set_protect module.

This commit is contained in:
Sadie Powell
2025-09-19 12:55:58 +01:00
parent 59bb9d3d06
commit df551bee03
+2 -2
View File
@@ -748,13 +748,13 @@ command { service = "NickServ"; name = "SASET NOOP"; command = "nickserv/saset/n
/*
* ns_set_protect
*
* Provides the commands nickserv/set/protect and kickserv/saset/protect.
* Provides the commands nickserv/set/protect and nickserv/saset/protect.
*
* Used for configuring nickname protection.
*/
module { name = "ns_set_protect" }
command { service = "NickServ"; name = "SET PROTECT"; command = "nickserv/set/protect"; }
command { service = "NickServ"; name = "SASET PROTECT"; command = "nickserv/saset/protect"; permission = "nickserv/saset/kill"; }
command { service = "NickServ"; name = "SASET PROTECT"; command = "nickserv/saset/protect"; permission = "nickserv/saset/protect"; }
# For compatibility with Anope 2.0.
command { service = "NickServ"; name = "SET KILL"; command = "nickserv/set/protect"; hide = yes; }