X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_commands.c;h=fa5f26d838c284e4b22116397b0972d657cbcca9;hb=fc61be208ca6dbf2fd915591c8dc7e5ef5779891;hp=caeac9781c642982e1caaf09103d2d32093f583f;hpb=706e48b1e666054030c491d864f740071e390038;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global_commands.c b/src/modules/global.mod/cmd_global_commands.c index caeac97..fa5f26d 100644 --- a/src/modules/global.mod/cmd_global_commands.c +++ b/src/modules/global.mod/cmd_global_commands.c @@ -1,4 +1,4 @@ -/* cmd_global_commands.c - NeonServ v5.3 +/* cmd_global_commands.c - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -76,7 +76,7 @@ CMD_BIND(global_cmd_commands) { //send the table char **table_lines = table_end(table); for(i = 0; i < table->entrys; i++) { - reply(getTextBot(), user, table_lines[i]); + reply(textclient, user, table_lines[i]); } table_free(table); }