diff --git a/run.rb b/run.rb index a10d298..b4a8092 100755 --- a/run.rb +++ b/run.rb @@ -100,8 +100,8 @@ def handle_message(message) case command when '/start' reply = "Introduction: I am #{@botname}, and I am here to make life easier for meatbag admins like you. Currently I can retrieve information " + - "from an Empyrion server as well as kill the server process.\n\n" + - "Commands available:\n/start (Shows this message)\n/srvstart (Currently non-functional)\n/srvstop\n/status\n/whoami\n\n" + + "from an Empyrion server as well as kill the server process. I also have some pretty sweet dance moves.\n\n" + + "Commands available:\n/start (Shows this message)\n/srvstart (Currently non-functional)\n/srvstop\n/status\n/whoami or /chatinfo\n/whereareyou or /location\n\n" + "Check again later to see if any new functions have been added, or use /patchnotes to learn about recent updates." if ! message_from_admin?(message, adm) && ! is_chat_authorized?(message, @auth_chat) if message.from.id == message.chat.id