]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
We announce a ping timeout THREE different times and ways on the server that sent...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 May 2007 21:09:04 +0000 (21:09 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 16 May 2007 21:09:04 +0000 (21:09 +0000)
Remove the announcement in DoPingChecks.

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7036 e03df62e-2008-0410-955e-edbf42e46eb7

src/modules/m_spanningtree/main.cpp

index 80812d152d7cf8f68a6c37f9bb49931b0dbdc1b0..d037b7101ccf401b88ec8b24b3678363055b6a34 100644 (file)
@@ -472,8 +472,7 @@ void ModuleSpanningTree::DoPingChecks(time_t curtime)
                                }
                                else
                                {
                                }
                                else
                                {
-                                       // they didnt answer, boot them
-                                       ServerInstance->SNO->WriteToSnoMask('l',"Server \002%s\002 pinged out",serv->GetName().c_str());
+                                       /* they didnt answer, boot them */
                                        sock->SendError("Ping timeout");
                                        sock->Squit(serv,"Ping timeout");
                                        ServerInstance->SE->DelFd(sock);
                                        sock->SendError("Ping timeout");
                                        sock->Squit(serv,"Ping timeout");
                                        ServerInstance->SE->DelFd(sock);