]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Change error from 'connection established' to 'connection started'
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Sep 2006 16:46:25 +0000 (16:46 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 26 Sep 2006 16:46:25 +0000 (16:46 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5336 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree.cpp

index caa26955eabeab5434ad163f84f3ca030fd44b09..7e7e91382e44cad7cc3e2c6d0e31bf60e65cbf8c 100644 (file)
@@ -728,7 +728,7 @@ class TreeSocket : public InspSocket
                        {
                                if (x->Name == this->myhost)
                                {
-                                       this->Instance->SNO->WriteToSnoMask('l',"Connection to \2"+myhost+"\2["+(x->HiddenFromStats ? "<hidden>" : this->GetIP())+"] established.");
+                                       this->Instance->SNO->WriteToSnoMask('l',"Connection to \2"+myhost+"\2["+(x->HiddenFromStats ? "<hidden>" : this->GetIP())+"] started.");
                                        this->SendCapabilities();
                                        if (x->EncryptionKey != "")
                                        {