X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FChanNode.h;h=f17792f3c2901be4180bd6bd4a3106151f5c5f7a;hb=ab202224a669025ff7dbf50549d7ac4a337d7fc7;hp=6c71330298ee8408bb157ebfaa1d9b1e9250c6ec;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10;p=NeonServV5.git diff --git a/src/ChanNode.h b/src/ChanNode.h index 6c71330..f17792f 100644 --- a/src/ChanNode.h +++ b/src/ChanNode.h @@ -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; };