X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/89d871d8a38dd8862d4da7a0c58f7236dda1b392..5c6bff847f4904432e77dc856945f7d36669e444:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 8bfee08..feae475 100644 --- a/src/hash.h +++ b/src/hash.h @@ -188,6 +188,7 @@ struct userNode { unsigned int num_local : 18; #endif unsigned int loc; /* Is user connecting via LOC? */ + unsigned int no_notice; /* Does the users client not see notices? */ unsigned int dead : 1; /* Is user waiting to be recycled? */ irc_in_addr_t ip; /* User's IP address */ long modes; /* user flags +isw etc... */ @@ -208,6 +209,7 @@ struct userNode { int dma_code; int area_code; + char *version_reply; /* only filled in if a version query was triggered */ time_t timestamp; /* Time of last nick change */ struct server *uplink; /* Server that user is connected to */