mirror of
https://github.com/anope/anope.git
synced 2026-07-10 16:43:13 +02:00
Fixed '/chanserv help set secure' responce
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2532 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
+1
-1
@@ -690,7 +690,7 @@ class CommandCSSet : public Command
|
||||
else if (subcommand == "RESTRICTED")
|
||||
notice_help(s_ChanServ, u, CHAN_HELP_SET_RESTRICTED);
|
||||
else if (subcommand == "SECURE")
|
||||
notice_help(s_ChanServ, u, CHAN_HELP_SET_SECURE);
|
||||
notice_help(s_ChanServ, u, CHAN_HELP_SET_SECURE, s_NickServ);
|
||||
else if (subcommand == "SECUREOPS")
|
||||
notice_help(s_ChanServ, u, CHAN_HELP_SET_SECUREOPS);
|
||||
else if (subcommand == "SECUREFOUNDER")
|
||||
|
||||
Reference in New Issue
Block a user