*** VERSION 5.3.0 ***
[NeonServV5.git] / src / bot_NeonServ.h
index 1148f663f53e29fd0f2de8fbdd628bddebbcb364..01e7915c5ee34efc7e149179374c6d6088067949 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonServ.h - NeonServ v5.1
+/* bot_NeonServ.h - NeonServ v5.3
  * 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