From 9aa761830aa39245486ac508c24adcbb89cbbfa8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 20 Aug 2017 11:20:29 +0100 Subject: [PATCH] added telegram alert --- lgsm/config-default/config-lgsm/squadserver/_default.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lgsm/config-default/config-lgsm/squadserver/_default.cfg b/lgsm/config-default/config-lgsm/squadserver/_default.cfg index 083878355..d301e0ba7 100644 --- a/lgsm/config-default/config-lgsm/squadserver/_default.cfg +++ b/lgsm/config-default/config-lgsm/squadserver/_default.cfg @@ -33,6 +33,14 @@ pushbulletalert="off" pushbullettoken="accesstoken" channeltag="" +# Telegram Bot Alerts +# Get an Bot API key from @botfather +# The chat id is the User or channel name or an integer like so: +# https://stackoverflow.com/questions/32423837/telegram-bot-how-to-get-a-group-chat-id/38388851#38388851 +telegramalert="off" +telegramapikey="" +telegramchatid="" + ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off"