Added flex alias

pull/7/head
Aaron Johnson 7 years ago
parent 58c46e9974
commit e57a9b40c4

@ -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

Loading…
Cancel
Save