diff options
Diffstat (limited to 'src/userdb.h')
| -rw-r--r-- | src/userdb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/userdb.h b/src/userdb.h index 36c4558..f499b78 100644 --- a/src/userdb.h +++ b/src/userdb.h @@ -35,6 +35,7 @@ struct userdata_t { priv_t priv; room_id room; + time_t last_login; }; /* call before using anything else */ |