1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-12-22 15:48:52 -05:00

copy-paste is BAD

This commit is contained in:
berkeviktor@aol.com 2011-01-12 19:53:24 +01:00
parent daf9f6b510
commit c907dd186d

View File

@ -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
{ {