mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Rebranding for XCHAT_EAT_*
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user