X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=bot_NeonServ.h;h=90bd696cfa43fddb7299f2a2a0dda8e4440369c3;hb=795115bf680185ae01043bd1222b78bfed8c1d87;hp=8e33e2312da5eee05f3cc89a4ce181448599b66a;hpb=296b958ce326f1fd8f59c6a76e48348364e19a6c;p=NeonServV5.git diff --git a/bot_NeonServ.h b/bot_NeonServ.h index 8e33e23..90bd696 100644 --- a/bot_NeonServ.h +++ b/bot_NeonServ.h @@ -2,9 +2,15 @@ #define _bot_NeonServ_h #include "main.h" +#include "timeq.h" + +struct ChanNode; void init_NeonServ(); void loop_NeonServ(); void free_NeonServ(); +TIMEQ_CALLBACK(channel_ban_timeout); +struct ClientSocket *getBotForChannel(struct ChanNode *chan); + #endif \ No newline at end of file