1
0
mirror of https://github.com/anope/anope.git synced 2026-07-04 05:33:12 +02:00

ns_info now ignores any extra parameters

This commit is contained in:
DukePyrolator
2010-08-01 14:50:07 +02:00
parent bfd94136c6
commit a65e9df8dc
+1 -1
View File
@@ -29,7 +29,7 @@ class CommandNSInfo : public Command
}
}
public:
CommandNSInfo() : Command("INFO", 1, 1)
CommandNSInfo() : Command("INFO", 1, 2)
{
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
}