diff --git a/run.rb b/run.rb index b8c8599..4b4eb6c 100755 --- a/run.rb +++ b/run.rb @@ -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