added UserBot rejoin system
[NeonServV5.git] / src / ChanNode.h
index 6c71330298ee8408bb157ebfaa1d9b1e9250c6ec..f17792f3c2901be4180bd6bd4a3106151f5c5f7a 100644 (file)
@@ -22,6 +22,7 @@ struct ChanUser;
 struct trigger_cache;
 struct ModeNode;
 struct NeonSpamSettings;
+struct timeq_entry;
 
 #define CHANFLAG_RECEIVED_USERLIST  0x01
 #define CHANFLAG_REQUESTED_CHANINFO 0x02
@@ -45,7 +46,8 @@ struct ChanNode {
     
     struct NeonSpamSettings *spam_settings;
        
-    void *rejoin_array;
+    void *rejoin_bots;
+    struct timeq_entry *rejoin_timeout;
     
     struct ChanNode *next;
 };