mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 11:09:04 -04:00
m_svshold Broadcast SVSHOLD commands sent by servers without ADDLINE
Fixes #293 reported by @DrRenX
This commit is contained in:
parent
684b44d4e6
commit
732e279187
@ -151,7 +151,7 @@ class CommandSvshold : public Command
|
||||
|
||||
RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters)
|
||||
{
|
||||
return ROUTE_LOCALONLY;
|
||||
return ROUTE_BROADCAST;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user