X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FChanNode.h;h=4d7a348465e9b7f26e70774a60da6694606b5b4e;hb=c8e7ce1;hp=9a2c8c2b24e5db4546c12824cdd347f3a1d7ab35;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36;p=NeonServV5.git diff --git a/src/ChanNode.h b/src/ChanNode.h index 9a2c8c2..4d7a348 100644 --- a/src/ChanNode.h +++ b/src/ChanNode.h @@ -29,6 +29,8 @@ struct NeonSpamSettings; #define CHANFLAG_HAVE_INVISIBLES 0x08 #define CHANFLAG_REJOINING 0x10 +#define CHANFLAG_SCRIPTFLAG1 0x80 /* used by neonserv_cmd_search */ + struct ChanNode { char name[CHANNELLEN+1]; char topic[TOPICLEN+1]; @@ -38,7 +40,6 @@ struct ChanNode { struct ModeNode *modes; struct BanNode *bans; - struct UserNode *chanbot; struct trigger_cache *trigger; int channel_id;