fixed crash in cmd_neonserv_mode.c
[NeonServV5.git] / src / modules / NeonServ.mod / bot_NeonServ.c
index 477bf4f6d573ba9889291faa4b54fd726ac25814..c3cb123cff4761ca586ce659141811c2458e7137 100644 (file)
@@ -1,4 +1,4 @@
-/* bot_NeonServ.c - NeonServ v5.5
+/* bot_NeonServ.c - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -525,10 +525,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) {