]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Remove unneeded Extensible inheritance and remove "age" field from classbase
[user/henk/code/inspircd.git] / include / users.h
index 9023d7728b24cbc9f6f6e22aa5fb485c90317ede..19d78ec23c37314d2b24f0cddbc98edb7c93c396 100644 (file)
@@ -339,6 +339,10 @@ class CoreExport User : public EventHandler
         */
        time_t lastping;
 
+       /** Time that the object was instantiated (used for TS calculation etc)
+       */
+       time_t age;
+
        /** Time the connection was created, set in the constructor. This
         * may be different from the time the user's classbase object was
         * created.