From c907dd186deaef344dbbec0f393e871de66f1436 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 12 Jan 2011 19:53:24 +0100 Subject: copy-paste is BAD --- plugins/checksum/checksum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/checksum/checksum.c') diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index 9c1ed794..9b02940c 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -288,7 +288,7 @@ dccoffer_cb (char *word[], void *userdata) } else { 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 { -- cgit 1.4.1