summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/users.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/users.h b/include/users.h
index c395608c7..b50023533 100644
--- a/include/users.h
+++ b/include/users.h
@@ -278,7 +278,7 @@ public:
/** Returns the registration timeout
*/
- unsigned int GetRegTimeout()
+ time_t GetRegTimeout()
{
return (registration_timeout ? registration_timeout : 90);
}
@@ -563,12 +563,6 @@ class CoreExport User : public connection
*/
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.
- */
- time_t timeout;
-
/** The oper type they logged in as, if they are an oper.
* This is used to check permissions in operclasses, so that
* we can say 'yay' or 'nay' to any commands they issue.