From dcf227b95a52cd9a33a8e20f2d9ce8a85fd0a761 Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 29 Oct 2021 17:15:15 -0400 Subject: [PATCH] make response easier to copy --- ratbox-respond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ratbox-respond.c b/ratbox-respond.c index 2c9527d..9188264 100644 --- a/ratbox-respond.c +++ b/ratbox-respond.c @@ -267,7 +267,7 @@ main(int argc, char **argv) ndata = base64_encode((unsigned char *)ddata, SHA_DIGEST_LENGTH); if(isatty(fileno(stdin))) { - fprintf(stderr, "Response: /quote CHALLENGE +"); + fprintf(stderr, "/quote CHALLENGE +"); } puts((char *)ndata); fflush(NULL);