rewrote IRC cache parser to be (hopefully) more stable
[NeonServV5.git] / src / UserNode.h
index 992ef0737eddfe9df6ce44407bb8388e774ba4d5..52380d41d6b44cb9d4453ac5f04455c395799f4e 100644 (file)
@@ -30,8 +30,9 @@
 #define USERFLAG_HAS_USERID         0x0200
 #define USERFLAG_IS_ON_WHO_QUEUE    0x0400 /* prevents the user struct from beeing freed too early */
 #define USERFLAG_FREE_AFTER_WHO     0x0800 /* user struct is no more referenced - free it after WHO */
+#define USERFLAG_QUITTING           0x1000 /* user is currently quitting... */
 
-#define USERFLAG_WAS_REGISTRING     0x20000000 /* only set for event_join if the quit reason was Registered */
+#define USERFLAG_WAS_REGISTERING    0x20000000 /* only set for event_join if the quit reason was Registered */
 #define USERFLAG_SCRIPTFLAG1        0x40000000
 #define USERFLAG_SCRIPTFLAG2        0x80000000