fixed possible cache errors due receive time shifts
[NeonServV5.git] / src / ChanNode.c
index 1ea32d4e4894b3054b48d1f3b2f87d3bf2b99a22..4dd16b34744ad6b313622778bfd5d0d5b26a56e2 100644 (file)
@@ -138,6 +138,7 @@ struct ChanNode* addChannel(const char *name) {
     chan->bans = NULL;
     chan->spam_settings = NULL;
     chan->usercount = 0;
+    chan->botcount = 0;
     chan->topic[0] = 0;
     chan->flags = 0;
     /* mode lists */