diff options
author | Solderpunk <solderpunk@sdf.org> | 2019-05-08 16:09:16 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2019-05-08 16:09:16 +0000 |
commit | 62dce93b598d5e4ab7a487a36ed47945801b538f (patch) | |
tree | 1e4067bc52407d8a738bc1d166395dc2c44678cf | |
parent | Simplify/neaten function names. (diff) |
Remove the last unimplemented feature, which was another gboard-ism we don't really need.
-rwxr-xr-x | telem.lua | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -322,7 +322,6 @@ function do_help() (h)elp ......... Bring up this basic help menu (?) ............ Expanded help and information (!) ............ A few simple rules of use for this board - (=) ............ Various user options (c)olor ........ Disable/Enable ANSI color codes (H)ide ......... Disable/Enable hiding of old threads (o)rder ........ Toggle order of message listing @@ -686,10 +685,6 @@ function do_rules() cat_file(path.join(_BBS_ROOT, "docs", "rules")) end -function do_unimplemented() - print("Sorry, this command is not (yet) implemented!") -end - function do_who() os.execute("/usr/bin/w") end @@ -718,7 +713,6 @@ dispatch["!"] = do_rules dispatch["w"] = do_who dispatch["s"] = do_scan dispatch["o"] = do_order -dispatch["="] = do_unimplemented dispatch["n"] = do_new dispatch["r"] = do_reply dispatch["R"] = do_recent |