aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2019-05-08 16:09:16 +0000
committerSolderpunk <solderpunk@sdf.org>2019-05-08 16:09:16 +0000
commit62dce93b598d5e4ab7a487a36ed47945801b538f (patch)
tree1e4067bc52407d8a738bc1d166395dc2c44678cf
parentSimplify/neaten function names. (diff)
Remove the last unimplemented feature, which was another gboard-ism we don't really need.
-rwxr-xr-xtelem.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/telem.lua b/telem.lua
index 4f176ac..f35afe2 100755
--- a/telem.lua
+++ b/telem.lua
@@ -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