]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/nick.cpp
m_spanningtree Change allocation of ModuleSpanningTree::commands to be physically...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / nick.cpp
index 9496c2874015808afe94a4486553f26b22e6d4fc..1d853a2dfe1c98332801886a4c86a9fbe80395ec 100644 (file)
@@ -47,7 +47,7 @@ CmdResult CommandNick::HandleRemote(RemoteUser* user, std::vector<std::string>&
        {
                // 'x' is the already existing user using the same nick as params[0]
                // 'user' is the user trying to change nick to the in use nick
-               bool they_change = Utils->DoCollision(x, TreeServer::Get(user), newts, user->ident, user->GetIPString(), user->uuid);
+               bool they_change = Utils->DoCollision(x, TreeServer::Get(user), newts, user->ident, user->GetIPString(), user->uuid, "NICK");
                if (they_change)
                {
                        // Remote client lost, or both lost, rewrite this nick change as a change to uuid before