X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fbot_NeonServ.h;h=397d34fc9a250f282873adf734b1488a868ca8e3;hb=bb5692b9cbff069abbf9573c81e86c3cd2061ceb;hp=72895bfa8097964909fb7fde546fa5793c6e80a2;hpb=95fed4deda0319bee515e44ceec0c77061a2c04e;p=NeonServV5.git diff --git a/src/bot_NeonServ.h b/src/bot_NeonServ.h index 72895bf..397d34f 100644 --- a/src/bot_NeonServ.h +++ b/src/bot_NeonServ.h @@ -1,5 +1,5 @@ -/* bot_NeonServ.h - NeonServ v5.0 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* bot_NeonServ.h - NeonServ v5.3 + * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -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