diff options
author | Kylie McClain <kylie@somas.is> | 2022-01-24 23:38:11 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 15:01:50 -0500 |
commit | 150413521a3391649111a9914ebf1e9c74eb8a8c (patch) | |
tree | 721e99ced0aea230a2995e30105f87e8c83cfa18 /handle.c | |
parent | handle.c: o pona e ala lon toki tan toki ilo /whois (diff) | |
download | catgirl-150413521a3391649111a9914ebf1e9c74eb8a8c.tar.gz catgirl-150413521a3391649111a9914ebf1e9c74eb8a8c.zip |
handle.c: o pona e nimi lon toki ilo /whowas
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 de01e40..51255a1 100644 --- a/handle.c +++ b/handle.c @@ -1125,7 +1125,7 @@ static void handleReplyWhowasUser(struct Message *msg) { completeTouch(Network, msg->params[1], hash(msg->params[2])); uiFormat( Network, Warm, tagTime(msg), - "tenpo pini la, jan \3%02d%s\3\tli lon jan %s!%s@%s (%s)", + "tenpo pini la, jan \3%02d%s\3\tli jan %s!%s@%s (%s)", hash(msg->params[2]), msg->params[1], msg->params[1], msg->params[2], msg->params[3], msg->params[5] ); |