X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2Fglobal.mod%2Fcmd_global_commands.c;h=1c4b3c6954ff647cfff3307dc2eb0d2ba711239b;hp=6186c7f3a5b78c2a9146aa106bdb3f8d0890f4dc;hb=de5f0224c8b119f1be15457262bd6e66f160657f;hpb=9f5af1bc8ff4e8fc9c28433c76a890a990dd0ae5 diff --git a/src/modules/global.mod/cmd_global_commands.c b/src/modules/global.mod/cmd_global_commands.c index 6186c7f..1c4b3c6 100644 --- a/src/modules/global.mod/cmd_global_commands.c +++ b/src/modules/global.mod/cmd_global_commands.c @@ -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); }