Merge branch 'development'
[NeonServV5.git] / src / ChanNode.h
index f17792f3c2901be4180bd6bd4a3106151f5c5f7a..fe3a4de80962a3c09600e284626389a296903021 100644 (file)
@@ -1,4 +1,4 @@
-/* ChanNode.h - NeonServ v5.5
+/* ChanNode.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -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;