From 82936df2af3993c2e234042c450e0e9630b045d4 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 10:42:37 +0100 Subject: Some final rebranding --- plugins/exec/exec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/exec') 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 -- cgit 1.4.1