diff options
Diffstat (limited to 'telem.lua')
-rwxr-xr-x | telem.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ _COLOURS = { -- Global var declarations -username = os.getenv("USER") -- TODO: This is, obviously, not secure and will need to be updated +username = arg[1] boards = {} -- Array of board tables, alphaetically sorted boards_by_name = {} -- Set of board names, values are tables, must always be consistent with boards current_board = nil -- Active board table |