]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/fhost.cpp
Remove spanningtree override of /LUSERS
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / fhost.cpp
index f2d5a38880148a6f90b374f51037e14855805d3d..d31cffa394950582cdc16e87d856303017aa253a 100644 (file)
 /* $ModDep: m_spanningtree/utils.h m_spanningtree/treeserver.h m_spanningtree/treesocket.h */
 
 
-bool TreeSocket::ChangeHost(const std::string &prefix, std::deque<std::string> &params)
+bool TreeSocket::ChangeHost(const std::string &prefix, parameterlist &params)
 {
        if (params.size() < 1)
                return true;
-       User* u = this->ServerInstance->FindNick(prefix);
+       User* u = ServerInstance->FindNick(prefix);
 
        if (u)
        {