X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbot_NeonServ.h;h=d3ea8367a2db3a3062abacb29e47f2cdf54f07b0;hb=c575e458c6257e75b97884847143b20965a5dfda;hp=72895bfa8097964909fb7fde546fa5793c6e80a2;hpb=95fed4deda0319bee515e44ceec0c77061a2c04e;p=NeonServV5.git diff --git a/src/bot_NeonServ.h b/src/bot_NeonServ.h index 72895bf..d3ea836 100644 --- a/src/bot_NeonServ.h +++ b/src/bot_NeonServ.h @@ -1,4 +1,4 @@ -/* bot_NeonServ.h - NeonServ v5.0 +/* bot_NeonServ.h - NeonServ v5.2 * Copyright (C) 2011 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -18,7 +18,6 @@ #define _bot_NeonServ_h #include "main.h" -#include "timeq.h" struct ChanNode; @@ -26,7 +25,6 @@ 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