diff options
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -691,7 +691,7 @@ function do_rules() end function do_finger() - os.execute("/usr/bin/finger -sh") + os.execute("/usr/bin/finger -s") end -- MAIN PROGRAM BODY BELOW |
index : telem | ||
Console bulletin board implemented in Lua. Mirror of git://circumlunar.space/telem |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | telem.lua | 2 |
@@ -691,7 +691,7 @@ function do_rules() end function do_finger() - os.execute("/usr/bin/finger -sh") + os.execute("/usr/bin/finger -s") end -- MAIN PROGRAM BODY BELOW |