extended & fixed FAKEIDENT support
[ircu2.10.12-pk.git] / include / struct.h
index beec331f49c0e1f1925b699d1c6fe719a15cbc40..45fb6ec687e9dcee18ea65391f50811c6ea4dd7b 100644 (file)
@@ -80,6 +80,7 @@ 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 */