reimplemented fakeident support
[ircu2.10.12-pk.git] / include / struct.h
index 45fb6ec687e9dcee18ea65391f50811c6ea4dd7b..7120269b7822f90a806d5191cc4fd8a080159a0b 100644 (file)
@@ -85,7 +85,7 @@ struct User {
   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 */