summaryrefslogtreecommitdiff
path: root/modules/commands/cs_set_misc.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2011-08-24 14:27:01 -0400
committerAdam <Adam@anope.org>2011-08-24 14:27:01 -0400
commitfdbbea26094c8a6578d02228097dc1a6a48c639a (patch)
treea64217b12e520534e21a653ce12ac93af3eec289 /modules/commands/cs_set_misc.cpp
parentdffed5a2596e1877457ec14e2bf46bfe508443c9 (diff)
Fixed cs_set_misc
Diffstat (limited to 'modules/commands/cs_set_misc.cpp')
-rw-r--r--modules/commands/cs_set_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/commands/cs_set_misc.cpp b/modules/commands/cs_set_misc.cpp
index 37a8dda4e..63c56373a 100644
--- a/modules/commands/cs_set_misc.cpp
+++ b/modules/commands/cs_set_misc.cpp
@@ -15,7 +15,7 @@
class CommandCSSetMisc : public Command
{
public:
- CommandCSSetMisc(Module *creator, const Anope::string &cname = "chanserv/set/misc") : Command(creator, cname, 1, 1)
+ CommandCSSetMisc(Module *creator, const Anope::string &cname = "chanserv/set/misc") : Command(creator, cname, 1, 2)
{
this->SetSyntax(_("\037channel\037 [\037parameters\037]"));
}