From b31f343eacdf248aebd6869f2190a3464fd5d555 Mon Sep 17 00:00:00 2001 From: danieldg Date: Wed, 2 Sep 2009 00:46:11 +0000 Subject: Remove unneeded Extensible inheritance and remove "age" field from classbase git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11611 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/m_ident.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/m_ident.cpp') diff --git a/src/modules/m_ident.cpp b/src/modules/m_ident.cpp index 80f2c0b99..8d21d5cc8 100644 --- a/src/modules/m_ident.cpp +++ b/src/modules/m_ident.cpp @@ -79,9 +79,11 @@ class IdentRequestSocket : public EventHandler bool done; /* True if lookup is finished */ std::string result; /* Holds the ident string if done */ public: + time_t age; IdentRequestSocket(InspIRCd *Server, User* u) : user(u), ServerInstance(Server), result(u->ident) { + age = ServerInstance->Time(); socklen_t size = 0; SetFd(socket(user->server_sa.sa.sa_family, SOCK_STREAM, 0)); -- cgit v1.3.1-10-gc9f91