X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2FChanNode.c;h=cf3c1dbef1a4950357bd54e3a269eacf89d1d53a;hb=a40e0df080a82db2b1150492a8952cdfe3559185;hp=1ea32d4e4894b3054b48d1f3b2f87d3bf2b99a22;hpb=d80ff9e6b878be4f29854f4fe99f59efeb5e6e10;p=NeonServV5.git diff --git a/src/ChanNode.c b/src/ChanNode.c index 1ea32d4..cf3c1db 100644 --- a/src/ChanNode.c +++ b/src/ChanNode.c @@ -1,4 +1,4 @@ -/* ChanNode.c - NeonServ v5.5 +/* ChanNode.c - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -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 */