aboutsummaryrefslogtreecommitdiff
path: root/telem.lua
diff options
context:
space:
mode:
authorSolderpunk <solderpunk@sdf.org>2018-12-08 13:33:22 +0000
committerSolderpunk <solderpunk@sdf.org>2018-12-08 13:33:22 +0000
commitd19cc88615a527e10de3c247b5742d6d9befa9db (patch)
treea169f538e3278bb7c02de9857262933aa92f7cd3 /telem.lua
parentDeclare many things as local variables. (diff)
Remove needless global vars.
Diffstat (limited to 'telem.lua')
-rwxr-xr-xtelem.lua2
1 files changed, 0 insertions, 2 deletions
diff --git a/telem.lua b/telem.lua
index 04ac852..c20a185 100755
--- a/telem.lua
+++ b/telem.lua
@@ -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 = {}