copy-paste is BAD
This commit is contained in:
parent
daf9f6b510
commit
c907dd186d
|
@ -288,7 +288,7 @@ dccoffer_cb (char *word[], void *userdata)
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
xchat_set_context (ph, xchat_find_context (ph, NULL, word[3]));
|
xchat_set_context (ph, xchat_find_context (ph, NULL, word[3]));
|
||||||
xchat_printf (ph, "SHA-256 checksum for %s (local): (size limit reached, no checksum calculated, you can increase it with /CHECKSUM INC)\n", word[1]);
|
xchat_printf (ph, "quote PRIVMSG %s :SHA-256 checksum for %s (remote): (size limit reached, no checksum calculated)", word[2], word[1]);
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue