aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2019-05-08 16:03:45 +0000
committerSolderpunk <solderpunk@sdf.org>2019-05-08 16:03:45 +0000
commit3d0aeeda7f7770e4cfbdb7cfeb98df44d12ce5b7 (patch)
tree7a6e1dca3dce0880f8db76a63d8844582afeb8f3
parentChange hotkey for toggling message order from S to o. (diff)
Remove unimplemented stuff that we don't really need.
-rwxr-xr-xtelem.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/telem.lua b/telem.lua
index 359612d..05554d2 100755
--- a/telem.lua
+++ b/telem.lua
@@ -310,7 +310,6 @@ function do_help()
(l)ist ......... List all available boards
(g)oto ......... Goto a board by name or index
(m)essages ..... List all messages in current board
- (M)essages ..... More complete listing of current board
(s)can ......... Scan for new messages since last scan/login
(t)ype ......... Display the contents of a message thread
(r)eply ........ Reply to a message thread
@@ -720,7 +719,6 @@ dispatch["w"] = do_who
dispatch["s"] = do_scan
dispatch["o"] = do_setmessageorder
dispatch["="] = do_unimplemented
-dispatch["M"] = do_unimplemented
dispatch["n"] = do_new
dispatch["r"] = do_reply
dispatch["R"] = do_recent