def process_callback_zone(message) host = message.data.split("|")[1] send_message(message.message.chat.id, "You have selected #{host}!") end