Rebranding for XCHAT_EAT_*

This commit is contained in:
Berke Viktor
2012-10-30 07:40:37 +01:00
parent a5ab455b34
commit 45d4fa5801
26 changed files with 251 additions and 251 deletions

View File

@@ -59,7 +59,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
{
/*strcat (commandLine, word_eol[3]);*/
xchat_printf (ph, "Printing Exec output to others is not supported yet.\n");
return XCHAT_EAT_XCHAT;
return HEXCHAT_EAT_XCHAT;
}
else
{
@@ -112,7 +112,7 @@ run_command (char *word[], char *word_eol[], void *userdata)
CloseHandle (pInfo.hProcess);
CloseHandle (pInfo.hThread);
return XCHAT_EAT_XCHAT;
return HEXCHAT_EAT_XCHAT;
}
int