From 3d0aeeda7f7770e4cfbdb7cfeb98df44d12ce5b7 Mon Sep 17 00:00:00 2001 From: Solderpunk Date: Wed, 8 May 2019 16:03:45 +0000 Subject: Remove unimplemented stuff that we don't really need. --- telem.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'telem.lua') 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 -- cgit v1.2.3