X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_bots.c;h=6af36a45804ef09ee82b661b9a3fcabe8e81791a;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=970fa948d2ef47d53fc22eaffe82c5654b5bddfa;hpb=689da1db7e2517c187ce76c6c553e20d630a7f36;p=NeonServV5.git diff --git a/src/modules/global.mod/cmd_global_bots.c b/src/modules/global.mod/cmd_global_bots.c index 970fa94..6af36a4 100644 --- a/src/modules/global.mod/cmd_global_bots.c +++ b/src/modules/global.mod/cmd_global_bots.c @@ -1,4 +1,4 @@ -/* cmd_global_bots.c - NeonServ v5.4 +/* cmd_global_bots.c - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -67,7 +67,7 @@ CMD_BIND(global_cmd_bots) { char **table_lines = table_end(table); int i; for(i = 0; i < table->entrys; i++) { - reply(getTextBot(), user, table_lines[i]); + reply(textclient, user, table_lines[i]); } table_free(table); } \ No newline at end of file