input = input:lower() input = input:gsub('\\?$', '') if input == 'are you on' or input == 'are you off' or input == 'are you on or off' or input == 'is the computer on' or input == 'is the computer off' or input == 'is the computer on or off' or input == 'on or off' or input == 'status' or input == '!status' then return 'ARE YOU ON' end