]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/m_spanningtree/uid.cpp
This should probably be tested, but makes a whole lot more sense like this (users...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / uid.cpp
index 0d53701f2b22b319574d960c0e911a8eb366552f..7179e4eccfc34597ea4b6b70277e535222efb25d 100644 (file)
@@ -92,6 +92,7 @@ bool TreeSocket::ParseUID(const std::string &source, std::deque<std::string> &pa
                {
                        /* remote client changed, make sure we change their nick for the hash too */
                        tempnick = params[0].c_str();
+                       params[2] = params[0];
                }
        }