diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-06 21:55:26 -0500 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-06 21:55:26 -0500 |
| commit | c01927e51c44208722740666f20feabb2cd683d3 (patch) | |
| tree | 17ccd927abc5d6bb8dcdcc19d9109f065dcf365c /TODO | |
| parent | 2855154aef5e0e05b5243e6308607fca2d170224 (diff) | |
| download | fujinet-chat-c01927e51c44208722740666f20feabb2cd683d3.tar.gz | |
Fix /nick (thanks, The_Doctor__).
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +FujiChat features: + +- respond to incoming CTCPs +- handle incoming PONG (with latency) +- visual and audible bell +- nick tab completion + +Other stuff: + +- error numerics should go to the current screen +- the server's spontaneous MODE at connect should go to screen 0 + +... + Don't create channel screen until we receive a message from the channel. /join ##foo won't create the screen... and if there are no screens available, we don't have to check for it. |
