fixed possible cache errors due receive time shifts
[NeonServV5.git] / src / ChanNode.h
index f17792f3c2901be4180bd6bd4a3106151f5c5f7a..eba80afb34406c5aad47a7ab921e19937bbc2ddd 100644 (file)
@@ -37,6 +37,7 @@ struct ChanNode {
     char topic[TOPICLEN+1];
     struct ChanUser *user;
     unsigned int usercount;
+    unsigned int botcount;
     unsigned char flags;
     struct ModeNode *modes;
     struct BanNode *bans;