summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'user.h')
-rw-r--r--user.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/user.h b/user.h
index 469c6e7..0b43fb7 100644
--- a/user.h
+++ b/user.h
@@ -8,6 +8,7 @@
struct user_t {
unsigned long hash;
char *nick;
+ int id;
unsigned long lines[24*4];
unsigned long long words, characters, kicks, kicked, monolog_lines, monologs;
time_t seen_first, seen_last;