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_shun.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_shun.cpp')
-rw-r--r-- | src/modules/m_shun.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 399de24b8..7e84b8fda 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -168,7 +168,7 @@ class CommandShun : public Command RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters) { - return ROUTE_LOCALONLY; + return ROUTE_BROADCAST; } }; |