diff options
author | Kylie McClain <kylie@somas.is> | 2021-11-21 20:57:27 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2021-12-21 15:11:57 -0500 |
commit | 6f28c8afc4900f15b284398cf095e8a2b65b8be3 (patch) | |
tree | 0e05a01283df54761c0ee0a8c94beabe4330d228 | |
parent | command.c: kepeken ala e nimi pali o ante e toki (diff) | |
download | catgirl-6f28c8afc4900f15b284398cf095e8a2b65b8be3.tar.gz catgirl-6f28c8afc4900f15b284398cf095e8a2b65b8be3.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] ); |