Author: Ghostwolf <foxxe@wtfs.net>
[ircu2.10.12-pk.git] / include / struct.h
index 34fbe40e9c2f4d7b7bcd4e9d39e633add333d20f..2975fecbc19b2109c608f5255526518c98e3ca2a 100644 (file)
@@ -70,6 +70,8 @@ struct User {
   unsigned int       invites;         /* Number of channels we've been invited to */
   char               username[USERLEN + 1];
   char               host[HOSTLEN + 1];
+  char               realhost[HOSTLEN + 1];
+  char               account[ACCOUNTLEN + 1];
 };
 
 #endif /* INCLUDED_struct_h */