summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/m_spanningtree.cpp')
-rw-r--r--src/modules/m_spanningtree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 5e1f9570d..c2ed95f0e 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -791,7 +791,7 @@ class TreeSocket : public InspSocket
Srv->SendOpers("*** Bursting to "+s->GetName()+".");
this->WriteLine("BURST");
// send our version string
- this->WriteLine(":"+s->GetName()+" VERSION :"+GetVersionString());
+ this->WriteLine(":"+Srv->GetServerName()+" VERSION :"+GetVersionString());
// Send server tree
this->SendServers(TreeRoot,s,1);
// Send users and their channels