diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-11 07:23:33 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-11 07:23:33 -0400 |
| commit | 8072f3fe1244d5c3891bf4e93ed2b63ab2e2d111 (patch) | |
| tree | f9be5eed871e04fcac737293d8bc053bd9d2cbb2 /TODO | |
| parent | c74f74bf0e9e76ba712fa84a3206ded7654a083d (diff) | |
| download | fujinet-chat-8072f3fe1244d5c3891bf4e93ed2b63ab2e2d111.tar.gz | |
Update TODO.
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,6 +9,7 @@ FujiChat features, we're almost at parity! Other stuff: +- KICK isn't being parsed/formatted correctly. - Gracefully handle nicks/channels whose lengths are stupid long. At least we shouldn't overflow any buffers. - Channel tab completion for the [server] screen. @@ -47,7 +48,10 @@ Other stuff: - Handle redirects better. Trying to "/join #slackware" on Libera results in actually joining ##slackware. But a screen got created for #slackware, and ##slackware will appear in the [server] screen. - This shouldn't be hard to do. + The message sent when this happens: + :molybdenum.libera.chat 470 UrchTest #slackware ##slackware :Forwarding to another channel + This shouldn't be hard to do. Interestingly, 470 is not in the list + of numerics at https://modern.ircdocs.horse. - Input box history. Up-arrow to recall previous command. Unfortunately this needs a lot of RAM. Maybe just one previous command, so you can up-arrow to re-ping someone, etc. |
