added "nowho" parameter to debug userlist and fixed memory leak in DBHelper.c
[NeonServV5.git] / src / cmd_global_bots.c
index f7849010d997072b0636c206fefd2f378939cc2f..57ab15384ac2dacdcaabc7b4742e1898139a6ae4 100644 (file)
@@ -1,5 +1,5 @@
 /* cmd_global_bots.c - NeonServ v5.3
- * Copyright (C) 2011  Philipp Kreil (pk910)
+ * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -69,4 +69,5 @@ CMD_BIND(global_cmd_bots) {
     for(i = 0; i < table->entrys; i++) {
         reply(getTextBot(), user, table_lines[i]);
     }
+    table_free(table);
 }
\ No newline at end of file