summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 21:02:55 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2005-12-04 21:02:55 +0000
commit068fa624940d287c9d0f8797c0c385a1390aba35 (patch)
tree403faf60e40f92f66a5b2745ed45a39b4f14d1b3
parentc0927b8fe9f71d804ef92b20bd47ace7235451c4 (diff)
Fixed incorrect sources of VERSION notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2173 e03df62e-2008-0410-955e-edbf42e46eb7
-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