Skip to content

Instantly share code, notes, and snippets.

@MyNameIsTimb
MyNameIsTimb / timbs-hostname-switcher.lua
Last active October 7, 2019 01:41
TimB's Hostname Switcher
timb = timb or {}
local timshs = {
atLeastOneLoad = false,
-- Attention crusty man/gril: don't edit them here, put them in data/timb/titles.txt!
-- Or add them in game with `timb_addtitle "Your Title Here"`
titles = {}
}
-- For logging
local getNiceTimeStamp = function()