Make the /ops response more flavourful

How did this normal sounding format string get in there!
Этот коммит содержится в:
C. McEnroe 2021-11-16 14:16:43 -05:00
родитель d06ac675c6
Коммит bd3e0ac76b

Просмотреть файл

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