summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-10-20 22:39:00 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2009-10-20 22:39:00 +0200
commit4b3d1128bf96b96322e4b99da4633f44fa49e585 (patch)
treefa379e005e9db47cad073f57e8e6b1c4fb609b6c /user.h
parent27d37093ab87c2a1b8e846b4f4df83bf19ceba4c (diff)
Parse kicks and store number of kicks and times kicked per user.
Diffstat (limited to 'user.h')
-rw-r--r--user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/user.h b/user.h
index a524504..27953ce 100644
--- a/user.h
+++ b/user.h
@@ -7,7 +7,7 @@ struct user_t {
unsigned long hash;
char *nick;
unsigned long lines[24*4];
- unsigned long long words, characters;
+ unsigned long long words, characters, kicks, kicked;
struct user_t *next;
};