diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-04 21:02:55 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-12-04 21:02:55 +0000 |
commit | 068fa624940d287c9d0f8797c0c385a1390aba35 (patch) | |
tree | 403faf60e40f92f66a5b2745ed45a39b4f14d1b3 /src | |
parent | c0927b8fe9f71d804ef92b20bd47ace7235451c4 (diff) |
Fixed incorrect sources of VERSION notices
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2173 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/modules/m_spanningtree.cpp | 2 |
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 |