added basic NeonSpam code (no functions)
[NeonServV5.git] / src / bots.h
index debf219d5dd37048dd2e5f2cb6881daaf89ebe4f..c0dcd299bcde5587b016d2ef597ac84df9ed4b54 100644 (file)
 #define _bots_h
 
 #include "main.h"
+#include "timeq.h"
+
+struct ChanNode;
+struct ClientSocket;
 
 void init_bots();
 void loop_bots();
 void free_bots();
 
+struct ClientSocket *getChannelBot(struct ChanNode *chan, int botid);
+TIMEQ_CALLBACK(channel_ban_timeout);
+
 #endif
\ No newline at end of file