diff --git a/data/nickserv.example.conf b/data/nickserv.example.conf index cbab10b38..fc1609c9c 100644 --- a/data/nickserv.example.conf +++ b/data/nickserv.example.conf @@ -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; }