diff options
Diffstat (limited to '')
-rwxr-xr-x | telem.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -266,6 +266,7 @@ type_dispatch["d"] = function() return end function do_type() if current_board == "" then print("Not at any board! Hit `l` to list boards, `g` to go to one.") + end io.write("Read which thread? ") local thread_id = tonumber(io.read()) if not thread_id or thread_id < 0 or thread_id > #current_board_threads then |