diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index 9d400e10..9571faad 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -90,7 +90,10 @@ run_command (char *word[], char *word_eol[], void *userdata) timeElapsed = difftime (time (0), start); } } - + + /* display a newline to separate things */ + xchat_printf (ph, "\n"); + if (timeElapsed >= 10) { xchat_printf (ph, "Command took too much time to run, execution aborted.\n");