]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/ftopic.cpp
Parse CAPAB CAPABILITIES and FJOIN messages with spacesepstream.
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / ftopic.cpp
index de72d162a4bbeade99d9f98d02009bd027459526..01826e8f66b1ce573ae3389a142e58e6acdb2d9b 100644 (file)
@@ -22,7 +22,7 @@
 #include "commands.h"
 
 /** FTOPIC command */
-CmdResult CommandFTopic::Handle(User* user, std::vector<std::string>& params)
+CmdResult CommandFTopic::Handle(User* user, Params& params)
 {
        Channel* c = ServerInstance->FindChan(params[0]);
        if (!c)