X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fcmd_global_bots.c;h=57ab15384ac2dacdcaabc7b4742e1898139a6ae4;hb=b53d0c5f88063f075a48a0426f9d5d6b3490b9fc;hp=cec43b7a51fc69bf2c95d798382a3e1dc6079bde;hpb=391260f64a1dfb35bf0a55e7044fe1b8d83f2561;p=NeonServV5.git diff --git a/src/cmd_global_bots.c b/src/cmd_global_bots.c index cec43b7..57ab153 100644 --- a/src/cmd_global_bots.c +++ b/src/cmd_global_bots.c @@ -1,5 +1,5 @@ -/* cmd_global_bots.c - NeonServ v5.2 - * Copyright (C) 2011 Philipp Kreil (pk910) +/* cmd_global_bots.c - NeonServ v5.3 + * 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