X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/0e08a8e0da1204f414c27c5352a590244c7a0e9a..c99dcaf6a0f9c7798580fc9f315d7b368c9f972c:/src/hash.h diff --git a/src/hash.h b/src/hash.h index 1329eb4..cc44bdb 100644 --- a/src/hash.h +++ b/src/hash.h @@ -106,6 +106,7 @@ #define REALLEN 50 #define TOPICLEN 250 #define CHANNELLEN 200 +#define MARKLEN 20 #define MAXOPLEVEL 999 #define MAXMODEPARAMS 6 @@ -188,6 +189,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... */