1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 20:36:38 +02:00

Squash merge of 1.9 to 1.9.6

This commit is contained in:
Adam
2011-08-21 16:58:40 -04:00
parent 1e45019f8a
commit f54ab5e2ca
+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, 2)
CommandCSSetMisc(Module *creator, const Anope::string &cname = "chanserv/set/misc") : Command(creator, cname, 1, 1)
{
this->SetSyntax(_("\037channel\037 [\037parameters\037]"));
}