Another year is about to end... So we have to update these damn copyright information :P
[NeonServV5.git] / src / bot_NeonServ.h
index 72895bfa8097964909fb7fde546fa5793c6e80a2..397d34fc9a250f282873adf734b1488a868ca8e3 100644 (file)
@@ -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