diff options
-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 |