Added flex alias

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

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

Loading…
Cancel
Save