From f7464bb04218629fc326e506949c7d66ab6c31f4 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 16 May 2007 21:09:04 +0000 Subject: [PATCH] We announce a ping timeout THREE different times and ways on the server that sent the ping. this is excessive. 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 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/modules/m_spanningtree/main.cpp b/src/modules/m_spanningtree/main.cpp index 80812d152..d037b7101 100644 --- a/src/modules/m_spanningtree/main.cpp +++ b/src/modules/m_spanningtree/main.cpp @@ -472,8 +472,7 @@ void ModuleSpanningTree::DoPingChecks(time_t curtime) } 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); -- 2.39.2