From d2206651be9ec2fd45c21c0785646a5916c54296 Mon Sep 17 00:00:00 2001 From: Aaron Johnson Date: Wed, 24 Apr 2019 01:26:46 -0500 Subject: [PATCH] Updated /start output --- run.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.rb b/run.rb index 9538d6b..91c7401 100755 --- a/run.rb +++ b/run.rb @@ -101,8 +101,8 @@ def handle_message(message) 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 (Probably won't work)\n/srvstop\n/status\n/whoami\n\n" + - "Check again later to see if any new functions have been added." + "Commands available:\n/start (Shows this message)\n/srvstart (Currently non-functional)\n/srvstop\n/status\n/whoami\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 reply = reply + "\n\nWARNING: I am not authorized to work you directly. My functionality is limited."