aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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