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:
@@ -29,7 +29,7 @@ class CommandNSInfo : public Command
|
||||
}
|
||||
}
|
||||
public:
|
||||
CommandNSInfo() : Command("INFO", 1, 1)
|
||||
CommandNSInfo() : Command("INFO", 1, 2)
|
||||
{
|
||||
this->SetFlag(CFLAG_ALLOW_UNREGISTERED);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user