summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/m_spanningtree.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp
index 057fb28c5..6e0bb76da 100644
--- a/src/modules/m_spanningtree.cpp
+++ b/src/modules/m_spanningtree.cpp
@@ -102,6 +102,7 @@ class TreeServer
VersionString = "";
UserCount = OperCount = 0;
this->SetNextPingTime(time(NULL) + 60);
+ this->SetPingFlag();
}
std::string GetName()