]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/ftopic.cpp
m_spanningtree Remove duplicate code for sending channel messages from RouteCommand()
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / ftopic.cpp
index 69d3af56520c7e72f3601799b28073e49bbfd056..0a4a95f9ec9dbc1c3a9244e5680583516b1b2888 100644 (file)
@@ -22,7 +22,7 @@
 #include "commands.h"
 
 /** FTOPIC command */
-CmdResult CommandFTopic::Handle(const std::vector<std::string>& params, User *user)
+CmdResult CommandFTopic::Handle(User* user, std::vector<std::string>& params)
 {
        Channel* c = ServerInstance->FindChan(params[0]);
        if (!c)