diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 10:42:37 +0100 |
commit | 82936df2af3993c2e234042c450e0e9630b045d4 (patch) | |
tree | 415376331719c2502016c1db33b0f8bdf0363866 /plugins/exec | |
parent | 012d78b2f642b91099b581937a15b6afab0049d0 (diff) |
Some final rebranding
Diffstat (limited to 'plugins/exec')
-rw-r--r-- | plugins/exec/exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index 31dd9350..cc37ab70 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -59,7 +59,7 @@ run_command (char *word[], char *word_eol[], void *userdata) { /*strcat (commandLine, word_eol[3]);*/ hexchat_printf (ph, "Printing Exec output to others is not supported yet.\n"); - return HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } else { @@ -112,7 +112,7 @@ run_command (char *word[], char *word_eol[], void *userdata) CloseHandle (pInfo.hProcess); CloseHandle (pInfo.hThread); - return HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } int |