From 76ebc88ccd6fef0bf2d97b607829fb3466e273af Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 11 Aug 2006 09:23:46 +0000 Subject: extern time_t TIME -> InspIRCd::Time() git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4873 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/command_parse.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/command_parse.cpp') diff --git a/src/command_parse.cpp b/src/command_parse.cpp index aaafe3e30..3c8af85c8 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -48,8 +48,6 @@ #define nspace __gnu_cxx -extern time_t TIME; - /* Special commands which may occur without registration of the user */ cmd_user* command_user; cmd_nick* command_nick; @@ -202,7 +200,7 @@ void CommandParser::ProcessCommand(userrec *user, std::string &cmd) if (user) { /* activity resets the ping pending timer */ - user->nping = TIME + user->pingmax; + user->nping = ServerInstance->Time() + user->pingmax; if (cm->second->flags_needed) { if (!user->IsModeSet(cm->second->flags_needed)) -- cgit v1.3.1-10-gc9f91