diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-30 07:40:37 +0100 |
commit | 45d4fa580114e7379a1140fb9944d43ffb9522ae (patch) | |
tree | b3ef37a2d374be07c365babe6ab6521c2d964be7 /plugins/checksum | |
parent | a5ab455b3414226ef03869eab9e7eeb01142a916 (diff) |
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'plugins/checksum')
-rw-r--r-- | plugins/checksum/checksum.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index df9be2de..19130ed2 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -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 |