]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/users.h
Add protocol api functions: PI->WriteChannelPrivmsg() and PI->WriteChannelNotice...
[user/henk/code/inspircd.git] / include / users.h
index 29db518b799a78460300a4e8f089e50d7ea0e525..0fa51268d7bd191869412a461d53e1512730a0ef 100644 (file)
@@ -556,6 +556,11 @@ class CoreExport User : public connection
         */
        char awaymsg[MAXAWAY+1];
 
+       /** Time the user last went away.
+        * This is ONLY RELIABLE if user IS_AWAY()!
+        */
+       time_t awaytime;
+
        /** Timestamp of current time + connection class timeout.
         * This user must send USER/NICK before this timestamp is
         * reached or they will be disconnected.