diff options
author | Solderpunk <solderpunk@sdf.org> | 2019-05-08 16:03:45 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2019-05-08 16:03:45 +0000 |
commit | 3d0aeeda7f7770e4cfbdb7cfeb98df44d12ce5b7 (patch) | |
tree | 7a6e1dca3dce0880f8db76a63d8844582afeb8f3 | |
parent | Change hotkey for toggling message order from S to o. (diff) |
Remove unimplemented stuff that we don't really need.
Diffstat (limited to '')
-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 |