aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
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").