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