diff options
author | Kylie McClain <kylie@somas.is> | 2022-01-24 23:37:18 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 15:01:50 -0500 |
commit | 96c7ae165485c53b1ec3767a88f5f916f23e07fe (patch) | |
tree | f49c8277a839ea690e08fe70419232c96e927c05 | |
parent | handle.c: o pona e kepeken pi nimi sitelen (diff) | |
download | catgirl-96c7ae165485c53b1ec3767a88f5f916f23e07fe.tar.gz catgirl-96c7ae165485c53b1ec3767a88f5f916f23e07fe.zip |
handle.c: o pona e ala lon toki tan toki ilo /whois
Diffstat (limited to '')
-rw-r--r-- | handle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/handle.c b/handle.c index 22c571c..de01e40 100644 --- a/handle.c +++ b/handle.c @@ -1047,9 +1047,9 @@ static void handleReplyWhoisServer(struct Message *msg) { require(msg, false, 4); uiFormat( Network, Warm, tagTime(msg), - "jan \3%02d%s\3\tli linja %s tawa kulupu %s (%s)", + "jan \3%02d%s\3\tli linja %stawa kulupu %s (%s)", completeColor(Network, msg->params[1]), msg->params[1], - (replies[ReplyWhowas] ? "ala" : ""), msg->params[2], msg->params[3] + (replies[ReplyWhowas] ? "ala " : ""), msg->params[2], msg->params[3] ); } |