From e962708ca03d7c593e4119c487eb8e0d591ef6d7 Mon Sep 17 00:00:00 2001 From: brain Date: Mon, 5 Dec 2005 01:37:03 +0000 Subject: Changed TS spoof on new channel from 20 secs to 10 mins git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2180 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_spanningtree.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/m_spanningtree.cpp') diff --git a/src/modules/m_spanningtree.cpp b/src/modules/m_spanningtree.cpp index 8da6fe43e..edbb3506b 100644 --- a/src/modules/m_spanningtree.cpp +++ b/src/modules/m_spanningtree.cpp @@ -569,7 +569,7 @@ class TreeSocket : public InspSocket // default is a high value, which if we dont have this // channel will let the other side apply their modes. - time_t ourTS = time(NULL)+20; + time_t ourTS = time(NULL)+600; chanrec* us = Srv->FindChannel(channel); if (us) { -- cgit v1.2.3