From bd3e0ac76b3bf8da1ae785f7af7355748b1f2656 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 16 Nov 2021 14:16:43 -0500 Subject: Make the /ops response more flavourful How did this normal sounding format string get in there! --- handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle.c b/handle.c index 38fd132..7721745 100644 --- a/handle.c +++ b/handle.c @@ -571,7 +571,7 @@ static void handleReplyWho(struct Message *msg) { require(msg, false, 7); if (who.ptr == who.buf) { who.ptr = seprintf( - who.ptr, who.end, "The operators of \3%02d%s\3 are ", + who.ptr, who.end, "The council of \3%02d%s\3 are ", hash(msg->params[1]), msg->params[1] ); } -- cgit 1.4.1