summary refs log tree commit diff stats
path: root/plugins/exec/exec.c
diff options
context:
space:
mode:
authorBerke Viktor <berkeviktor@aol.com>2011-11-27 11:15:40 +0100
committerBerke Viktor <berkeviktor@aol.com>2011-11-27 11:15:40 +0100
commitd5dd1d3307038932be89e67840f29f5012cd46d4 (patch)
treea212bc2d4332679a8f2bf89d78dadeffef76d7da /plugins/exec/exec.c
parent837557e9c73b0b266d06bdf2ca7428ecdbc9f35c (diff)
some formatting for exec
Diffstat (limited to 'plugins/exec/exec.c')
-rw-r--r--plugins/exec/exec.c5
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");