]> jfr.im git - solanum.git/blobdiff - include/whowas.h
Show the services login name in WHOWAS.
[solanum.git] / include / whowas.h
index 4d5ab21dbef7f16104658fcc984f6971efdb6ca3..616badd7c5ef509eea57eb2f9c3070361896b9e7 100644 (file)
@@ -53,8 +53,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... */