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

Update Paramater length for os_dns to fix DNS SET

This commit is contained in:
Cronus89
2014-05-13 11:12:00 -05:00
parent 1f2c385bb9
commit 91c7862579
+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"));