aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-13 18:25:08 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-13 18:25:08 -0400
commit080bac18c9bbca1029081745967b69766de7575e (patch)
tree375a3346ced5f6eb6ffd46aa819eb270a94455a0 /TODO
parent7faee2bd0d8534eede405f935c0fc2d0ea356216 (diff)
downloadfujinet-chat-080bac18c9bbca1029081745967b69766de7575e.tar.gz
Allow multiple nicks with /query.
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index 4e95bc9..46b1d76 100644
--- a/TODO
+++ b/TODO
@@ -34,13 +34,6 @@ Other stuff:
- Autojoin on startup (see config file section below). Partially done.
- Add an optional key parameter to /join (key). spec calls for it,
I've never seen it used.
-- Allow mass joins as "/join #chan1 #chan2 #chan3" (without commas).
- If someone does need channel keys, we can support that with
- a 2-arg /join whose 2nd arg doesn't start with #... unless
- the key starts with #! Give this further thought.
-- Allow creating multiple queries as "/query jim bob joe".
-- /join also supports "/join 0", which parts all channels. don't
- have to do anything special for it, but do document it.
- 'Dead' screens (channels we've parted, or failed to join) should
show some kind of indicator, and not accept input. Although maybe
this isn't worth doing (you already get "cannot send to channel").