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_cban.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_cban.cpp')
-rw-r--r-- | src/modules/m_cban.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_cban.cpp b/src/modules/m_cban.cpp index 0157a4add..6c7164c7d 100644 --- a/src/modules/m_cban.cpp +++ b/src/modules/m_cban.cpp @@ -147,7 +147,7 @@ class CommandCBan : public Command RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters) { - return ROUTE_LOCALONLY; + return ROUTE_BROADCAST; } }; |