diff options
author | attilamolnar <attilamolnar@hush.com> | 2012-10-04 23:45:51 +0200 |
---|---|---|
committer | attilamolnar <attilamolnar@hush.com> | 2012-10-04 23:45:51 +0200 |
commit | dbab6211293d537a45384a9980beec3873956cc7 (patch) | |
tree | 62a503b605bc15eb31dee9d1900a260c03459850 /src/modules/m_rline.cpp | |
parent | 73977e660f8bcb53c3f7363835d94d3bb7ad021a (diff) |
m_cban, m_rline, m_shun Broadcast these commands as some services implementations send them (even though they shouldn't)
Diffstat (limited to 'src/modules/m_rline.cpp')
-rw-r--r-- | src/modules/m_rline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_rline.cpp b/src/modules/m_rline.cpp index 551156732..41d2bb274 100644 --- a/src/modules/m_rline.cpp +++ b/src/modules/m_rline.cpp @@ -210,7 +210,7 @@ class CommandRLine : public Command RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters) { - return ROUTE_LOCALONLY; + return ROUTE_BROADCAST; } }; |