modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonFun.mod / bot_NeonFun.c
index 6fad25665145f94df573241197898b68c2eacd10..b0c2cae65f57d2293a66298117a5956741123082 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonFun.c - NeonServ v5.4
+/* bot_NeonFun.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -184,10 +184,6 @@ void init_NeonFun(int type) {
     set_trigger_callback(BOTID, module_id, neonfun_trigger_callback);
 }
 
-void loop_NeonFun() {
-    
-}
-
 void free_NeonFun(int type) {
     unbind_allcmd(BOTID);
     if(type == MODSTATE_STARTSTOP) {