From 1abbafc07a53803d72865963907d15232b4fd6c5 Mon Sep 17 00:00:00 2001 From: special Date: Wed, 29 Nov 2006 22:41:41 +0000 Subject: Added InspIRCd::GetTimeDelta() - previously m_alltime was using a hack to get the delta, which wasn't always reliable git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5827 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/inspircd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include') diff --git a/include/inspircd.h b/include/inspircd.h index 7fecf22ae..d0806a381 100644 --- a/include/inspircd.h +++ b/include/inspircd.h @@ -449,6 +449,11 @@ class InspIRCd : public classbase */ int SetTimeDelta(int delta); + /** Get the time offset in seconds + * @return The current time delta (in seconds) + */ + int GetTimeDelta(); + /** Process a user whos socket has been flagged as active * @param cu The user to process * @return There is no actual return value, however upon exit, the user 'cu' may have been deleted -- cgit v1.2.3