diff options
Diffstat (limited to 'user.c')
-rw-r--r-- | user.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ struct user_t *user_get(char *_nick) { user->hash = hash; user->nick = strdup(nick); memset(user->lines, 0, 24*4 * sizeof(unsigned long)); - user->words = 0; + user->words = user->characters = 0; user->next = NULL; } |