Make the /ops response more flavourful

How did this normal sounding format string get in there!
master
C. McEnroe 2021-11-16 14:16:43 -05:00
parent d06ac675c6
commit bd3e0ac76b
1 changed files with 1 additions and 1 deletions

View File

@ -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]
);
}