diff options
-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 = {} |