diff options
Diffstat (limited to 'src/modules/m_shun.cpp')
-rw-r--r-- | src/modules/m_shun.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modules/m_shun.cpp b/src/modules/m_shun.cpp index 43359c28a..3a5901028 100644 --- a/src/modules/m_shun.cpp +++ b/src/modules/m_shun.cpp @@ -171,6 +171,11 @@ class CommandShun : public Command return CMD_FAILURE; } + + RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters) + { + return ROUTE_BROADCAST; + } }; class ModuleShun : public Module |