mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 09:40:20 +00:00
some formatting
This commit is contained in:
@@ -107,8 +107,8 @@ dccrecv_cb(char *word[], void *userdata)
|
||||
{
|
||||
unsigned char sum[65];
|
||||
sha256_file (word[2], sum);
|
||||
xchat_printf (ph, "DCC RECV %s from %s complete [%s cps]", word[1], word[3], word[4]);
|
||||
xchat_printf (ph, "SHA256 checksum for %s:\n%s", word[1], sum);
|
||||
xchat_printf (ph, "DCC RECV %s from %s complete [%s cps]\n", word[1], word[3], word[4]);
|
||||
xchat_printf (ph, "SHA256 checksum for %s:\n%s\n", word[1], sum);
|
||||
return XCHAT_EAT_XCHAT;
|
||||
}
|
||||
|
||||
@@ -117,8 +117,8 @@ dccoffer_cb(char *word[], void *userdata)
|
||||
{
|
||||
unsigned char sum[65];
|
||||
sha256_file (word[3], sum);
|
||||
xchat_printf (ph, "Offering %s to %s", word[1], word[2]);
|
||||
xchat_printf (ph, "SHA256 checksum for %s:\n%s", word[1], sum);
|
||||
xchat_printf (ph, "Offering %s to %s\n", word[1], word[2]);
|
||||
xchat_printf (ph, "SHA256 checksum for %s:\n%s\n", word[1], sum);
|
||||
return XCHAT_EAT_XCHAT;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user