diff --git a/run.rb b/run.rb index 8148660..c080806 100755 --- a/run.rb +++ b/run.rb @@ -102,7 +102,8 @@ def handle_message(message) 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. 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." + "Check again later to see if any new functions have been added, or use /patchnotes to learn about recent updates.\n" + + "You can also view the source code at the following location:\nhttps://git.skyfall.tech/skyfall/empyrion-bot" if ! message_from_admin?(message, adm) && ! is_chat_authorized?(message, @auth_chat) if message.from.id == message.chat.id reply = reply + "\n\nWARNING: I am not authorized to work you directly. My functionality is limited."