summaryrefslogtreecommitdiff
path: root/src/users.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/users.cpp')
-rw-r--r--src/users.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/users.cpp b/src/users.cpp
index 40589b234..0ece63bc9 100644
--- a/src/users.cpp
+++ b/src/users.cpp
@@ -40,6 +40,8 @@ userrec::userrec()
strcpy(server,"");
strcpy(awaymsg,"");
strcpy(oper,"");
+ reset_due = TIME;
+ lines_in = 0;
fd = lastping = signon = idle_lastmsg = nping = registered = 0;
flood = port = bytes_in = bytes_out = cmds_in = cmds_out = 0;
haspassed = false;