From 068fa624940d287c9d0f8797c0c385a1390aba35 Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 4 Dec 2005 21:02:55 +0000 Subject: Fixed incorrect sources of VERSION notices git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2173 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3