From d5dd1d3307038932be89e67840f29f5012cd46d4 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sun, 27 Nov 2011 11:15:40 +0100 Subject: some formatting for exec --- plugins/exec/exec.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/exec') 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"); -- cgit 1.4.1