modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonServ.mod / bot_NeonServ.h
index 883275c045b9025fc993d4c71849b799dee1e336..7d9f714fc5a306cdb078f7c754adbd0ae1627380 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonServ.h - NeonServ v5.3
+/* bot_NeonServ.h - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
 #ifndef _bot_NeonServ_h
 #define _bot_NeonServ_h
 
-#include "main.h"
+#include "../../main.h"
 
 struct ChanNode;
 
 void init_NeonServ(int type);
-void loop_NeonServ();
 void free_NeonServ(int type);
 
 struct ClientSocket *getBotForChannel(struct ChanNode *chan);