X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_bots.c;h=eb9aae85064e44f6a3f2f3217a017bbba36756f6;hp=970fa948d2ef47d53fc22eaffe82c5654b5bddfa;hb=de5f0224c8b119f1be15457262bd6e66f160657f;hpb=9f5af1bc8ff4e8fc9c28433c76a890a990dd0ae5 diff --git a/src/modules/global.mod/cmd_global_bots.c b/src/modules/global.mod/cmd_global_bots.c index 970fa94..eb9aae8 100644 --- a/src/modules/global.mod/cmd_global_bots.c +++ b/src/modules/global.mod/cmd_global_bots.c @@ -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