summaryrefslogtreecommitdiff
path: root/user.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2009-08-17 13:53:58 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2009-08-17 13:53:58 +0200
commit44f3e1486fb5fd45644683af83aaaf27047e4250 (patch)
treef46347575a37a90234233fd504f9a8173811d57d /user.h
parent27bf4f8c64eac6d969116e4c6ed8584b52badb46 (diff)
Count lines per quarter hour for channels and users.
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 0bf3686..042eb32 100644
--- a/user.h
+++ b/user.h
@@ -6,7 +6,7 @@
struct user_t {
unsigned long hash;
char *nick;
- unsigned long lines;
+ unsigned long lines[24*4];
unsigned long long words;
struct user_t *next;
};