1
0
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:
Adam
2014-05-13 17:47:33 -04:00
+1 -1
View File
@@ -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"));