summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_spanningtree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index eda86fa30..5e1f9570d 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -924,6 +924,7 @@ class TreeSocket : public InspSocket
{
ServerSource->SetVersion(params[0]);
}
+ params[0] = ":" + params[0];
DoOneToAllButSender(prefix,"VERSION",params,prefix);
return true;
}