]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
improve stats routing command
[irc/evilnet/x3.git] / src / hash.h
index 1329eb41943c231166a68abc212416c33a3f881f..feae4757ce7aadc0f97176644e502cd3edae7a58 100644 (file)
@@ -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... */