]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/commands/cmd_kill.cpp
Fix routing of KILL command when sourced from a server
[user/henk/code/inspircd.git] / src / commands / cmd_kill.cpp
index e7a80400af9834e5170b4958c2c990efd43ea734..17d4c66295d00193abe912593f1c51d03e2544f0 100644 (file)
@@ -31,6 +31,10 @@ class CommandKill : public Command
         * @return A value from CmdResult to indicate command success or failure.
         */
        CmdResult Handle(const std::vector<std::string>& parameters, User *user);
+       RouteDescriptor GetRouting(User* user, const std::vector<std::string>& parameters)
+       {
+               return ROUTE_BROADCAST;
+       }
 };
 
 /** Handle /KILL