]> jfr.im git - irc/quakenet/snircd.git/blobdiff - include/struct.h
forward port of asuka-check.patch to .12
[irc/quakenet/snircd.git] / include / struct.h
index 361f1aea410a1da636d8e480b594fff3e456ab54..358336904f4f40022e085629bd6998bf5b678c08 100644 (file)
@@ -79,10 +79,11 @@ struct User {
    * overwritten with the ident response.
    */
   char               username[USERLEN + 1];
-  char               host[HOSTLEN + 1];       /**< displayed hostname */
-  char               realhost[HOSTLEN + 1];   /**< actual hostname */
-  char               account[ACCOUNTLEN + 1]; /**< IRC account name */
-  time_t            acc_create;              /**< IRC account timestamp */
+  char               host[HOSTLEN + 1];         /**< displayed hostname */
+  char               realusername[USERLEN + 1]; /**< actual username */
+  char               realhost[HOSTLEN + 1];     /**< actual hostname */
+  char               account[ACCOUNTLEN + 1];   /**< IRC account name */
+  time_t            acc_create;                /**< IRC account timestamp */
 };
 
 #endif /* INCLUDED_struct_h */