From dba03db835bd776be6e50797c3bf1ead25ec733a Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Thu, 25 Nov 2021 23:51:18 -0500 Subject: handle.c: o pana e toki sin tawa nimi ante toki ni la toki "kama jo" li ike. toki sin ni li sama mute toki ni lon toki Inli. --- handle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle.c b/handle.c index f163830..fbfcbd2 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 jo e nimi sin \3%02d%s\3", + "jan \3%02d%s\3\tli lon jan \3%02d%s\3", hash(msg->user), msg->nick, hash(msg->user), msg->params[0] ); if (id == Network) continue; -- cgit 1.4.1 dontfiles
summary refs log tree commit diff
path: root/www (unfollow)
Commit message (Expand)Author
2021-09-14Add downgrade IRC botJune McEnroe
2021-09-14Sort by title if authors matchJune McEnroe
2021-09-13Swap-remove tags as they're foundJune McEnroe
2021-09-12Replace htagml regex with strncmpJune McEnroe
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe