Make the /ops response more flavourful
How did this normal sounding format string get in there!weechat-hashes
parent
d06ac675c6
commit
bd3e0ac76b
2
handle.c
2
handle.c
|
@ -571,7 +571,7 @@ static void handleReplyWho(struct Message *msg) {
|
||||||
require(msg, false, 7);
|
require(msg, false, 7);
|
||||||
if (who.ptr == who.buf) {
|
if (who.ptr == who.buf) {
|
||||||
who.ptr = seprintf(
|
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]
|
hash(msg->params[1]), msg->params[1]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue