]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/hash.h
Try again to correct the issue. :/
[irc/evilnet/x3.git] / src / hash.h
index 04af66d02d2dcd2a87f12494e91eeacdeb2a52fa..7957ee1b1f636b31e28d4208d0262aef2961a5db 100644 (file)
@@ -99,7 +99,7 @@
 #define NICKLEN         30
 #define USERLEN         10
 #define HOSTLEN         63
-#define ACCOUNTLEN     15
+#define ACCOUNTLEN      15
 #define REALLEN         50
 #define TOPICLEN        250
 #define CHANNELLEN      200
@@ -128,6 +128,7 @@ struct userNode {
     char numeric[COMBO_NUMERIC_LEN+1];
     unsigned int num_local : 18;
 #endif
+    unsigned int loc;             /* Is user connecting via LOC? */
     unsigned int dead : 1;        /* Is user waiting to be recycled? */
     struct in_addr ip;            /* User's IP address */
     long modes;                   /* user flags +isw etc... */