1
0
mirror of https://github.com/anope/anope.git synced 2026-07-07 12:43:13 +02:00

Fixed cs_set_misc

This commit is contained in:
Adam
2011-08-24 14:27:01 -04:00
parent dffed5a259
commit fdbbea2609
+1 -1
View File
@@ -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]"));
}