reply="This bot will eventually (hopefully) be able retrieve information and pass start/stop commands from/to an Empyrion server, to make life easier for meatbags like you.\n\n"+
"Commands available:\n/start (Shows this message)\n/srvstart\n/srvstop\n/status\n/address"
when'/srvstart'
reply="UNAVAILABLE: This command would start the game server if the code were there."
when'/srvstop'
reply="UNAVAILABLE: This command would stop the game server if the code were there."
when'/status'
reply="UNAVAILABLE: This command would provide server status and possibly version... If the code were there."
when'/location','/ip','/address'
reply=`curl myip.contegix.com`
end
puts"Sending #{reply.inspect}"
returnreply
end
Telegram::Bot::Client.run(token)do|bot|
bot.listendo|message|
casemessage.text
when'/start'
reply="This bot will eventually (hopefully) be able retrieve information and pass start/stop commands from/to an Empyrion server, to make life easier for meatbags like you.\n\n"+