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