m_svshold Broadcast SVSHOLD commands sent by servers without ADDLINE

Fixes #293 reported by @DrRenX
This commit is contained in:
attilamolnar 2012-09-02 03:06:59 +02:00
parent 684b44d4e6
commit 732e279187

View File

@ -151,7 +151,7 @@ class CommandSvshold : public Command
RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters)
{
return ROUTE_LOCALONLY;
return ROUTE_BROADCAST;
}
};