local lowerMessage = message:lower() -- Check if the message starts with the prefix if lowerMessage:sub(1, #prefix) == prefix then -- Remove the prefix from the message local command = ...
When modern Windows is shut down via the GUI the last interactive user is automatically logged in and the session is locked via what I believe to be Winlogon automatic restart sign-on (ARSO) although ...