|
|
@ -144,7 +144,7 @@ def handle_message(message)
|
|
|
|
else
|
|
|
|
else
|
|
|
|
reply = "Refusal: I am not authorized to bust a move in this location."
|
|
|
|
reply = "Refusal: I am not authorized to bust a move in this location."
|
|
|
|
end
|
|
|
|
end
|
|
|
|
when '/flex'
|
|
|
|
when '/flex', '/unclemike'
|
|
|
|
if is_chat_authorized?(message, @auth_chat) || message_from_admin?(message, adm)
|
|
|
|
if is_chat_authorized?(message, @auth_chat) || message_from_admin?(message, adm)
|
|
|
|
reply = "flex"
|
|
|
|
reply = "flex"
|
|
|
|
else
|
|
|
|
else
|
|
|
|