summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree')
-rw-r--r--src/modules/m_spanningtree/uid.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree/uid.cpp b/src/modules/m_spanningtree/uid.cpp
index 0d53701f2..7179e4ecc 100644
--- a/src/modules/m_spanningtree/uid.cpp
+++ b/src/modules/m_spanningtree/uid.cpp
@@ -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];
}
}