diff options
| -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. |
