Handle simple execution

Tested with ping from biboumi
This commit is contained in:
Paul Fariello
2018-03-22 22:21:15 +02:20
parent c9f6a78f57
commit 925cd488c1
6 changed files with 60 additions and 4 deletions

View File

@@ -7509,9 +7509,9 @@ cmd_command_exec(ProfWin *window, const char *const command, gchar **args)
ProfMucWin *mucwin = (ProfMucWin*)window;
iq_command_exec(mucwin->roomjid, args[0]);
iq_command_exec(mucwin->roomjid, args[1]);
cons_show("Execute %s...", args[0]);
cons_show("Execute %s...", args[1]);
return TRUE;
}