diff options
author | Kylie McClain <kylie@somas.is> | 2021-12-22 01:07:24 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 14:56:28 -0500 |
commit | b50cd25a9a5f23416ce9d9687accb5c89ca3738b (patch) | |
tree | 036af924ff518f595038ac2809ea9b919868be2f | |
parent | url.c: o ante e toki lon kon urlOpen() (diff) | |
download | catgirl-b50cd25a9a5f23416ce9d9687accb5c89ca3738b.tar.gz catgirl-b50cd25a9a5f23416ce9d9687accb5c89ca3738b.zip |
handle.c: o pona e toki tan /nick
kepeken ni li pona mute. kepeken tan tenpo pini li pakala.
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 0694764..fa8b0bf 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 lon jan \3%02d%s\3", + "jan \3%02d%s\3\tli kama lon jan \3%02d%s\3", hash(msg->user), msg->nick, hash(msg->user), msg->params[0] ); if (id == Network) continue; |