mirror of
https://github.com/anope/anope.git
synced 2026-07-05 20:23:11 +02:00
Merge pull request #77 from Cronus89/patch-2
Update Paramater length for os_dns to fix DNS SET
This commit is contained in:
@@ -653,7 +653,7 @@ class CommandOSDNS : public Command
|
||||
}
|
||||
|
||||
public:
|
||||
CommandOSDNS(Module *creator) : Command(creator, "operserv/dns", 0, 3)
|
||||
CommandOSDNS(Module *creator) : Command(creator, "operserv/dns", 0, 4)
|
||||
{
|
||||
this->SetDesc(_("Manage DNS zones for this network"));
|
||||
this->SetSyntax(_("ADDZONE \037zone.name\037"));
|
||||
|
||||
Reference in New Issue
Block a user