diff options
author | Solderpunk <solderpunk@sdf.org> | 2018-12-08 13:33:22 +0000 |
---|---|---|
committer | Solderpunk <solderpunk@sdf.org> | 2018-12-08 13:33:22 +0000 |
commit | d19cc88615a527e10de3c247b5742d6d9befa9db (patch) | |
tree | a169f538e3278bb7c02de9857262933aa92f7cd3 /telem.lua | |
parent | Declare many things as local variables. (diff) |
Remove needless global vars.
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -20,7 +20,6 @@ bad_topics["topic"] = true username = os.getenv("USER") current_board = "" -current_thread_index = nil function cat_file(filename) io.input(filename) @@ -338,7 +337,6 @@ for board in lfs.dir(path.join(_BBS_ROOT, "boards")) do end end table.sort(board_names) -message_index = {} -- Build dispatch table mapping chars to functions dispatch = {} |