diff options
author | Kylie McClain <kylie@somas.is> | 2021-11-21 20:57:27 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 14:56:26 -0500 |
commit | 00add87af7f8e53450431bfabf1b87257574b8ae (patch) | |
tree | 0dbd8a4f8b3036d7e9beaa2d526587434a4036ea | |
parent | command.c: kepeken ala e nimi pali o ante e toki (diff) | |
download | catgirl-00add87af7f8e53450431bfabf1b87257574b8ae.tar.gz catgirl-00add87af7f8e53450431bfabf1b87257574b8ae.zip |
handle.c: kepeken nimi 'jan' tawa pali 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 bc18865..75aa600 100644 --- a/handle.c +++ b/handle.c @@ -1275,7 +1275,7 @@ static void handlePrivmsg(struct Message *msg) { colorMentions(buf, sizeof(buf), id, msg); uiFormat( id, heat, tagTime(msg), - "%s\35\3%d* %s\17\35\t%s%s", + "%s\35\3%d* jan %s\17\35\t%s%s", (highlight ? "\26" : ""), hash(msg->user), msg->nick, buf, msg->params[1] ); |