diff options
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |