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

@@ -193,7 +193,7 @@ dccrecv_cb (char *word[], void *userdata)
xchat_printf (ph, "File access error!\n");
}
return XCHAT_EAT_NONE;
return HEXCHAT_EAT_NONE;
}
static int
@@ -222,7 +222,7 @@ dccoffer_cb (char *word[], void *userdata)
xchat_printf (ph, "File access error!\n");
}
return XCHAT_EAT_NONE;
return HEXCHAT_EAT_NONE;
}
static int
@@ -243,7 +243,7 @@ checksum (char *word[], char *word_eol[], void *userdata)
xchat_printf (ph, " SET <filesize> - set the maximum file size (in MiB) to be hashed\n");
}
return XCHAT_EAT_NONE;
return HEXCHAT_EAT_NONE;
}
int