X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbots.h;h=c0dcd299bcde5587b016d2ef597ac84df9ed4b54;hb=cbe6ef12f3808f863e2143def86c696b46716b1e;hp=debf219d5dd37048dd2e5f2cb6881daaf89ebe4f;hpb=d3727505664849cb830aaf69f7fd99bc100fde02;p=NeonServV5.git diff --git a/src/bots.h b/src/bots.h index debf219..c0dcd29 100644 --- a/src/bots.h +++ b/src/bots.h @@ -18,9 +18,16 @@ #define _bots_h #include "main.h" +#include "timeq.h" + +struct ChanNode; +struct ClientSocket; void init_bots(); void loop_bots(); void free_bots(); +struct ClientSocket *getChannelBot(struct ChanNode *chan, int botid); +TIMEQ_CALLBACK(channel_ban_timeout); + #endif \ No newline at end of file