diff options
author | Kylie McClain <kylie@somas.is> | 2022-02-01 10:33:42 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-02-01 10:33:42 -0500 |
commit | c0aa7faa611fe935e76ed13827d7de87f236e7d5 (patch) | |
tree | 7f1a567340ff04801470c7d1315f39fb58c2cfb4 | |
parent | handle.c: o pona e nimi lon toki ilo /whowas (diff) | |
download | catgirl-c0aa7faa611fe935e76ed13827d7de87f236e7d5.tar.gz catgirl-c0aa7faa611fe935e76ed13827d7de87f236e7d5.zip |
handle.c: o jasima e toki pi pana kule
-rw-r--r-- | handle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/handle.c b/handle.c index 51255a1..6b40768 100644 --- a/handle.c +++ b/handle.c @@ -803,7 +803,7 @@ static void handleMode(struct Message *msg) { Network, Warm, tagTime(msg), "jan \3%02d%s\3\tli %s e kule %c%c%s%s%s tawa \3%02d%s\3", hash(msg->user), msg->nick, - (set ? "weka" : "pana"), + (set ? "pana" : "weka"), set["-+"], *ch, (name ? " (" : ""), (name ?: ""), (name ? ")": ""), self.color, msg->params[0] ); |