diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 19:53:24 +0100 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2011-01-12 19:53:24 +0100 |
commit | c907dd186deaef344dbbec0f393e871de66f1436 (patch) | |
tree | f485ebd87de6ea559a937c4b4736855c1ef597ee /plugins/checksum/checksum.c | |
parent | daf9f6b5109a42ec8ab400e6f8a74200899b407c (diff) |
copy-paste is BAD
Diffstat (limited to 'plugins/checksum/checksum.c')
-rw-r--r-- | plugins/checksum/checksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |