mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 03:02:17 -05:00
some formatting for exec
This commit is contained in:
parent
837557e9c7
commit
d5dd1d3307
@ -91,6 +91,9 @@ run_command (char *word[], char *word_eol[], void *userdata)
|
||||
}
|
||||
}
|
||||
|
||||
/* 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");
|
||||
|
Loading…
Reference in New Issue
Block a user