require("oct_utils") require("termbox_defs") require("lobby") function oct_init() OCT_LOG_INFO("Started test_lobby_server"); return OCT_NEEDS_NETWORKING, OCT_NOT_NEEDS_TERMBOX; end function oct_loop(key) lobby_server(10) end