diff options
author | Kylie McClain <kylie@somas.is> | 2022-01-23 23:33:03 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-01-27 15:01:49 -0500 |
commit | 4e99dbe13fe2d21325d1e21a13245176f949f016 (patch) | |
tree | a0948ebdfbb5d90a6e1781a8379c4eb031d38f8e | |
parent | command.c: o pana e nimi sin tawa toki ilo (diff) | |
download | catgirl-4e99dbe13fe2d21325d1e21a13245176f949f016.tar.gz catgirl-4e99dbe13fe2d21325d1e21a13245176f949f016.zip |
handle.c: o pona e toki tan toki ilo "/setname"
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 3572b0f..ed053b2 100644 --- a/handle.c +++ b/handle.c @@ -448,7 +448,7 @@ static void handleSetname(struct Message *msg) { for (uint id; (id = completeID(msg->nick));) { uiFormat( id, filterCheck(Cold, id, msg), tagTime(msg), - "nimi pi jan \3%02d%s\3\tli lon nimi \"%s\17\"", + "nimi pi jan \3%02d%s\3\tli kama nimi \"%s\17\"", hash(msg->user), msg->nick, msg->params[0] ); } |