diff options
author | Adam <Adam@anope.org> | 2013-10-02 13:23:25 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-10-05 00:33:03 -0400 |
commit | 257b10ee912698c6378f0d02a851e3c298dc8b78 (patch) | |
tree | 74d264f47dcf337bef4a8989a4dab082f6f6429e /data/chanserv.example.conf | |
parent | 353ee5cc933b96e92fad807a784ba40505e95a00 (diff) |
Hide privileged commands in ns help set and cs help set if configured
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 7ec4487bf..5d827e63d 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -1149,7 +1149,7 @@ command { service = "ChanServ"; name = "SET SECUREFOUNDER"; command = "chanserv/ command { service = "ChanServ"; name = "SET SECUREOPS"; command = "chanserv/set/secureops"; } command { service = "ChanServ"; name = "SET SIGNKICK"; command = "chanserv/set/signkick"; } command { service = "ChanServ"; name = "SET SUCCESSOR"; command = "chanserv/set/successor"; } -command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset/noexpire"; permission = "chanserv/set/noexpire"; } +command { service = "ChanServ"; name = "SET NOEXPIRE"; command = "chanserv/saset/noexpire"; permission = "chanserv/saset/noexpire"; } /* * cs_set_misc |