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:
@@ -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]"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user