]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fixed to not display ip where not needed (breaks hidden hubs)
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 22:50:00 +0000 (22:50 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Mon, 23 Jan 2006 22:50:00 +0000 (22:50 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2876 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index bc1cc8770b0d9f61416ee8f6ed04d9f7a4dadafc..108d15c4da7e46840a307cc2c866aed044ff6137 100644 (file)
@@ -2184,7 +2184,7 @@ class TreeSocket : public InspSocket
                {
                        Squit(s,"Remote host closed the connection");
                }
-               WriteOpers("Server '\2%s\2[%s]' closed the connection.",quitserver.c_str(),this->GetIP().c_str());
+               WriteOpers("Server '\2%s\2' closed the connection.",quitserver.c_str());
        }
 
        virtual int OnIncomingConnection(int newsock, char* ip)