# HG changeset patch # User Mikael # Date 1120426902 -3600 # Node ID 0770da258c057e403f9e7e26f7f2027148901428 # Parent 640a008c4b2f5a4e220580fda0557eafcfd919da * TODO update "Put ideas on paper"... diff -r 640a008c4b2f -r 0770da258c05 mcabber/TODO --- a/mcabber/TODO Sun Jul 03 21:05:34 2005 +0100 +++ b/mcabber/TODO Sun Jul 03 22:41:42 2005 +0100 @@ -22,7 +22,10 @@ * Show status changes in buddy window (if open)? * Auto away (it would be better to add the "message" variable first, which could be changed with "/set message = I'll be back!") -* Maybe Ctrl-c should not quit mcabber. What about: + Messages variables: + - message_{online,avail,free,dnd,busy,notavail,away,autoaway} + - message (current message) +* Maybe Ctrl-c should not (immediately) quit mcabber. What about: - 1 Ctrl-c leaves completion/multi-line modes - 2 Ctrl-c in less than 2 seconds leave mcabber * Keep track of buddy resources. Ex.: @@ -34,7 +37,12 @@ * File transfer? :) * Conferences -* Commands! :-) +* Commands: + + - /alias alias = command + - /set option = value + - /bind $keynum = command + Ex.: "/bind 269 = /group toggle" Map F5 to group toggle - /bind $keynum = command Ex.: "/bind 269 = /group toggle" Map F5 to group toggle - /buffer @@ -53,9 +61,7 @@ - Common status shortcuts: /away, /online, /busy, /dnd I'm not sure it's worth it, with tab completion it is easy and fast to type anyway. We'd better use user-defined aliases. - - /alias alias command - /search |name - - /set option = value - /help - /rawxml...