modified code to use IOHandler functions instead of own ones
[NeonServV5.git] / src / modules / NeonServ.mod / bot_NeonServ.c
index 0233a059e532c75f79357099d65997ea06349789..050e71c884e7d17e956af0dc397f0e084f2db082 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonServ.c - NeonServ v5.4
+/* bot_NeonServ.c - NeonServ v5.5
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -522,10 +522,6 @@ void init_NeonServ(int type) {
     register_default_language_table(msgtab);
 }
 
-void loop_NeonServ() {
-    
-}
-
 void free_NeonServ(int type) {
     unbind_allcmd(BOTID);
     if(type == MODSTATE_STARTSTOP) {