modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonServ.mod / bot_NeonServ.h
index fcd7d1882244edd868e8d0b08181a8689c74296a..7d9f714fc5a306cdb078f7c754adbd0ae1627380 100644 (file)
@@ -22,7 +22,6 @@
 struct ChanNode;
 
 void init_NeonServ(int type);
-void loop_NeonServ();
 void free_NeonServ(int type);
 
 struct ClientSocket *getBotForChannel(struct ChanNode *chan);