diff options
Diffstat (limited to '')
-rwxr-xr-x | telem.lua | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -326,7 +326,7 @@ function do_help() (=) ............ Various user options (c)olor ........ Disable/Enable ANSI color codes (H)ide ......... Disable/Enable hiding of old threads - (S)ort ......... Toggle sort order of message listing + (o)rder ........ Toggle order of message listing (q)uit ......... Immediately quit the board ]]) end @@ -718,7 +718,7 @@ dispatch["?"] = do_help2 dispatch["!"] = do_rules dispatch["w"] = do_who dispatch["s"] = do_scan -dispatch["S"] = do_setmessageorder +dispatch["o"] = do_setmessageorder dispatch["="] = do_unimplemented dispatch["M"] = do_unimplemented dispatch["n"] = do_new |