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