diff options
author | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 11:15:40 +0100 |
---|---|---|
committer | Berke Viktor <berkeviktor@aol.com> | 2011-11-27 11:15:40 +0100 |
commit | d5dd1d3307038932be89e67840f29f5012cd46d4 (patch) | |
tree | a212bc2d4332679a8f2bf89d78dadeffef76d7da /plugins/exec | |
parent | 837557e9c73b0b266d06bdf2ca7428ecdbc9f35c (diff) |
some formatting for exec
Diffstat (limited to 'plugins/exec')
-rw-r--r-- | plugins/exec/exec.c | 5 |
1 files changed, 4 insertions, 1 deletions
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"); |