diff options
author | Kylie McClain <kylie@somas.is> | 2021-11-21 22:01:58 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 14:56:26 -0500 |
commit | d3081e69506dfb3130762097a461eaf6e4dc9e90 (patch) | |
tree | f5c4dc29ca16bb8a317ae45546d0a98a821d2d2a | |
parent | handle.c: kepeken nimi 'jan' tawa pali toki (diff) | |
download | catgirl-d3081e69506dfb3130762097a461eaf6e4dc9e90.tar.gz catgirl-d3081e69506dfb3130762097a461eaf6e4dc9e90.zip |
handle.c: o ante e kon WhoisGeneric toki
Diffstat (limited to '')
-rw-r--r-- | handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 75aa600..3d86ab0 100644 --- a/handle.c +++ b/handle.c @@ -1108,7 +1108,7 @@ static void handleReplyWhoisGeneric(struct Message *msg) { } uiFormat( Network, Warm, tagTime(msg), - "\3%02d%s\3\t%s%s%s", + "jan \3%02d%s\3\t%s%s%s", completeColor(Network, msg->params[1]), msg->params[1], msg->params[2], (msg->params[3] ? " " : ""), (msg->params[3] ?: "") ); |