diff options
author | Kylie McClain <kylie@somas.is> | 2022-01-16 21:06:57 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 15:01:48 -0500 |
commit | a0bef415e20eaaf8f361a89bee6e8fea09600772 (patch) | |
tree | dc028a34dcf6795ec4eef013c49440bbfe2da0e2 | |
parent | Merge branch 'master' of git.causal.agency:pub/catgirl into somasis/tokipona (diff) | |
download | catgirl-a0bef415e20eaaf8f361a89bee6e8fea09600772.tar.gz catgirl-a0bef415e20eaaf8f361a89bee6e8fea09600772.zip |
handle.c: o pona e toki ilo pi nimi jan sin
-rw-r--r-- | handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 54f2436..3572b0f 100644 --- a/handle.c +++ b/handle.c @@ -431,7 +431,7 @@ static void handleNick(struct Message *msg) { } uiFormat( id, filterCheck(Cold, id, msg), tagTime(msg), - "jan \3%02d%s\3\tli kama lon jan \3%02d%s\3", + "jan \3%02d%s\3\tli kama jan \3%02d%s\3", hash(msg->user), msg->nick, hash(msg->user), msg->params[0] ); if (id == Network) continue; |