function stuffAfterColon(input) local i = input:find(':') return i and input:sub(i+1) or input end