X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/dab6375a1ee20c724bf93dda872245567b11d733..e8da6ccee609386b3eeb5dab978646c0d89eed8e:/include/whowas.h diff --git a/include/whowas.h b/include/whowas.h index 8ccb2c5..0c809a9 100644 --- a/include/whowas.h +++ b/include/whowas.h @@ -52,8 +52,9 @@ struct Whowas char username[USERLEN + 1]; char hostname[HOSTLEN + 1]; char sockhost[HOSTIPLEN + 1]; - const char *servername; char realname[REALLEN + 1]; + char suser[NICKLEN + 1]; + const char *servername; time_t logoff; struct Client *online; /* Pointer to new nickname for chasing or NULL */ struct Whowas *next; /* for hash table... */