X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0e08a8e0da1204f414c27c5352a590244c7a0e9a..5c6bff847f4904432e77dc856945f7d36669e444:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 1329eb4..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... */