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