X-Git-Url: http://git.pk910.de/?p=ircu2.10.12-pk.git;a=blobdiff_plain;f=include%2Fstruct.h;h=7120269b7822f90a806d5191cc4fd8a080159a0b;hp=45fb6ec687e9dcee18ea65391f50811c6ea4dd7b;hb=21592a40b5608357580412667ce0c31b8a1ebc5f;hpb=3ff8f436014bfe342053877d3d063d181a753e3b diff --git a/include/struct.h b/include/struct.h index 45fb6ec..7120269 100644 --- a/include/struct.h +++ b/include/struct.h @@ -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 */