added basic NeonSpam code (no functions)
[NeonServV5.git] / src / bot_NeonServ.h
index 1148f663f53e29fd0f2de8fbdd628bddebbcb364..3dee8c84f3d60796b623805cf2b049ec4eb683fc 100644 (file)
@@ -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