hide default greeting & ignore join on joinflood-check if user rejoined the channel...
[NeonServV5.git] / src / UserNode.h
index 7bc752ca8c9540083fccaa0b4d3b23c1448c391f..ef1332c76975ea231efc649189d485a48fde4a77 100644 (file)
@@ -29,6 +29,7 @@
 #define USERFLAG_GOD_MODE           0x0100
 #define USERFLAG_HAS_USERID         0x0200
 
+#define USERFLAG_WAS_REGISTRING     0x20000000 /* only set for event_join if the quit reason was Registered */
 #define USERFLAG_SCRIPTFLAG1        0x40000000
 #define USERFLAG_SCRIPTFLAG2        0x80000000