reimplemented fakeident support
[ircu2.10.12-pk.git] / include / struct.h
index beec331f49c0e1f1925b699d1c6fe719a15cbc40..7120269b7822f90a806d5191cc4fd8a080159a0b 100644 (file)
@@ -80,11 +80,12 @@ struct User {
    * overwritten with the ident response.
    */
   char               username[USERLEN + 1];
+  char               fakeuser[USERLEN + 1];
   char               host[HOSTLEN + 1];       /**< displayed hostname */
   char               realhost[HOSTLEN + 1];   /**< actual hostname */
   char               fakehost[HOSTLEN + 1];   /**< fakehost */
   char               account[ACCOUNTLEN + 1]; /**< IRC account name */
-  time_t            acc_create;              /**< IRC account timestamp */
+  time_t                acc_create;              /**< IRC account timestamp */
   time_t             lastmsg_time;            /**< time last PRIVMSG was sent */
   unsigned int       lastmsg_num;             /**< number of prev msg that matched */
   char               *lastmsg;                /**< last message */