From b845252e4d72e643cca3062a62369dc660da745d Mon Sep 17 00:00:00 2001 From: JATO457 Date: Thu, 3 Nov 2016 21:44:25 -0400 Subject: [PATCH] Pushbullet Channel Support Adds support to push to channels with alert_pushbullet.sh and strings added to main server files --- 7DaysToDie/sdtdserver | 4 ++++ ARKSurvivalEvolved/arkserver | 4 ++++ Arma3/arma3server | 4 ++++ Battlefield1942/bf1942server | 4 ++++ BlackMesa/bmdmserver | 4 ++++ BladeSymphony/bsserver | 4 ++++ BrainBread2/bb2server | 4 ++++ CallOfDuty/codserver | 4 ++++ CodenameCURE/ccserver | 4 ++++ CounterStrike/csserver | 4 ++++ CounterStrikeConditionZero/csczserver | 4 ++++ CounterStrikeGlobalOffensive/csgoserver | 4 ++++ CounterStrikeSource/cssserver | 4 ++++ DayOfDefeat/dodserver | 4 ++++ DayOfDefeatSource/dodsserver | 4 ++++ DayOfInfamy/doiserver | 4 ++++ DeathmatchClassic/dmcserver | 4 ++++ DontStarveTogether/dstserver | 4 ++++ DoubleActionBoogaloo/dabserver | 4 ++++ EmpiresMod/emserver | 4 ++++ FistfulOfFrags/fofserver | 4 ++++ GarrysMod/gmodserver | 4 ++++ GoldenEyeSource/gesserver | 4 ++++ HalfLife2Deathmatch/hl2dmserver | 4 ++++ HalfLifeDeathmatch/hldmserver | 4 ++++ HalfLifeDeathmatchSource/hldmsserver | 4 ++++ Hurtworld/hwserver | 4 ++++ Insurgency/insserver | 4 ++++ JustCause2/jc2server | 4 ++++ KillingFloor/kfserver | 4 ++++ Left4Dead/l4dserver | 4 ++++ Left4Dead2/l4d2server | 4 ++++ Minecraft/mcserver | 4 ++++ Mumble/mumbleserver | 4 ++++ NS2Combat/ns2cserver | 4 ++++ NaturalSelection2/ns2server | 4 ++++ NoMoreRoomInHell/nmrihserver | 4 ++++ OpposingForce/opforserver | 4 ++++ PiratesVikingandKnightsII/pvkiiserver | 4 ++++ ProjectZomboid/pzserver | 4 ++++ Quake2/q2server | 4 ++++ Quake3/q3server | 4 ++++ QuakeLive/qlserver | 4 ++++ QuakeWorld/qwserver | 4 ++++ RedOrchestra/roserver | 4 ++++ Ricochet/ricochetserver | 4 ++++ Rust/rustserver | 4 ++++ SeriousSam3BFE/ss3sserver | 4 ++++ Starbound/sbserver | 4 ++++ SvenCoop/svenserver | 4 ++++ TeamFortress2/tf2server | 4 ++++ TeamFortressClassic/tfcserver | 4 ++++ TeamSpeak3/ts3server | 4 ++++ Teeworlds/twserver | 4 ++++ Terraria/terrariaserver | 4 ++++ UnrealTournament/utserver | 4 ++++ UnrealTournament2004/ut2k4server | 4 ++++ UnrealTournament3/ut3server | 4 ++++ UnrealTournament99/ut99server | 4 ++++ WolfensteinEnemyTerritory/wetserver | 4 ++++ 60 files changed, 240 insertions(+) diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 5825a9248..45128d1a3 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index f2a9f2641..f582e86c6 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -48,6 +48,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Arma3/arma3server b/Arma3/arma3server index e4b4fb83b..f9b829c06 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -62,6 +62,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Battlefield1942/bf1942server b/Battlefield1942/bf1942server index 43212f78a..2ad4c2ce8 100644 --- a/Battlefield1942/bf1942server +++ b/Battlefield1942/bf1942server @@ -38,6 +38,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver index 62bea603e..1c52fad37 100644 --- a/BlackMesa/bmdmserver +++ b/BlackMesa/bmdmserver @@ -52,6 +52,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index 548adea2a..0b528f10c 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -51,6 +51,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/BrainBread2/bb2server b/BrainBread2/bb2server index 86c2fc9c8..f40f775e1 100644 --- a/BrainBread2/bb2server +++ b/BrainBread2/bb2server @@ -55,6 +55,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/CallOfDuty/codserver b/CallOfDuty/codserver index ae19879e8..80925c7f0 100755 --- a/CallOfDuty/codserver +++ b/CallOfDuty/codserver @@ -44,6 +44,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/CodenameCURE/ccserver b/CodenameCURE/ccserver index dd622b8ae..f1240b043 100644 --- a/CodenameCURE/ccserver +++ b/CodenameCURE/ccserver @@ -45,6 +45,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/CounterStrike/csserver b/CounterStrike/csserver index bca3e12a3..c2e77e3dd 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index 5eb278771..8a3704d09 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index 8018883b9..3d4b83ba4 100755 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -70,6 +70,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index 78345eb9c..01a94b04d 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -53,6 +53,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index e6db43522..0edcd00a2 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index 8386384b6..7e88b8aaf 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DayOfInfamy/doiserver b/DayOfInfamy/doiserver index d39568a53..76d03d0b4 100644 --- a/DayOfInfamy/doiserver +++ b/DayOfInfamy/doiserver @@ -49,6 +49,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver index d2be5c1be..024a9821c 100644 --- a/DeathmatchClassic/dmcserver +++ b/DeathmatchClassic/dmcserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index 5b9a5c112..316b56287 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -45,6 +45,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index c080c568a..c7a8610b0 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/EmpiresMod/emserver b/EmpiresMod/emserver index 6c2fa539c..abcd6aaf3 100644 --- a/EmpiresMod/emserver +++ b/EmpiresMod/emserver @@ -31,6 +31,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index 7dc5cc571..673e3ed11 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index 1bbba189c..ff1a543fd 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -62,6 +62,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/GoldenEyeSource/gesserver b/GoldenEyeSource/gesserver index 7dd85e2f6..3c4876282 100644 --- a/GoldenEyeSource/gesserver +++ b/GoldenEyeSource/gesserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 6b0489fe6..5d9b95044 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index 43e3bf106..71e32297c 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver index 07b2c24cf..b1f2fdef5 100644 --- a/HalfLifeDeathmatchSource/hldmsserver +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Hurtworld/hwserver b/Hurtworld/hwserver index d63e5a346..a4eb88765 100644 --- a/Hurtworld/hwserver +++ b/Hurtworld/hwserver @@ -59,6 +59,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Insurgency/insserver b/Insurgency/insserver index 6a2748478..55d26c844 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -49,6 +49,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/JustCause2/jc2server b/JustCause2/jc2server index 4c89b31c1..2d6457644 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -41,6 +41,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index 5f0e44154..8610e50ed 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -49,6 +49,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 2a7a20be1..8382b3ac5 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 0a84f1d83..2f6c0a487 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Minecraft/mcserver b/Minecraft/mcserver index ab69b9010..4b9c4549e 100644 --- a/Minecraft/mcserver +++ b/Minecraft/mcserver @@ -41,6 +41,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Mumble/mumbleserver b/Mumble/mumbleserver index ace1dac08..6ec84b238 100644 --- a/Mumble/mumbleserver +++ b/Mumble/mumbleserver @@ -40,6 +40,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index 460ce874c..20dcf5542 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -58,6 +58,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 741f37862..64b77b84b 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -58,6 +58,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index d5910ab44..7ed8680dc 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -52,6 +52,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver index 1c059ed6b..bec0c07b5 100644 --- a/OpposingForce/opforserver +++ b/OpposingForce/opforserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/PiratesVikingandKnightsII/pvkiiserver b/PiratesVikingandKnightsII/pvkiiserver index bc7767adb..2a0d8d185 100644 --- a/PiratesVikingandKnightsII/pvkiiserver +++ b/PiratesVikingandKnightsII/pvkiiserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index 0586a2c13..2936d0e83 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -41,6 +41,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Quake2/q2server b/Quake2/q2server index 94de84180..c510e5bb6 100644 --- a/Quake2/q2server +++ b/Quake2/q2server @@ -42,6 +42,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/Quake3/q3server b/Quake3/q3server index c302f10c0..5a0dd4e71 100644 --- a/Quake3/q3server +++ b/Quake3/q3server @@ -43,6 +43,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/QuakeLive/qlserver b/QuakeLive/qlserver index 33cc3696c..d0ad9a6f3 100755 --- a/QuakeLive/qlserver +++ b/QuakeLive/qlserver @@ -50,6 +50,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/QuakeWorld/qwserver b/QuakeWorld/qwserver index 78449e81f..b6f7d27a9 100644 --- a/QuakeWorld/qwserver +++ b/QuakeWorld/qwserver @@ -24,6 +24,10 @@ email="email@example.com" # https://www.pushbullet.com/#settings pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" # Start Variables ip="0.0.0.0" diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index 025bf348c..aa6101c04 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -47,6 +47,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver index 8eb18e0c1..0050db4ef 100644 --- a/Ricochet/ricochetserver +++ b/Ricochet/ricochetserver @@ -70,6 +70,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Rust/rustserver b/Rust/rustserver index 0ac0ab260..c43b968b7 100644 --- a/Rust/rustserver +++ b/Rust/rustserver @@ -62,6 +62,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index f0b1181e9..d917a1df8 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -42,6 +42,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Starbound/sbserver b/Starbound/sbserver index dd5e70e4e..8ac7300f9 100644 --- a/Starbound/sbserver +++ b/Starbound/sbserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/SvenCoop/svenserver b/SvenCoop/svenserver index 82101fefa..60ee59f06 100644 --- a/SvenCoop/svenserver +++ b/SvenCoop/svenserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index 5adfaa87b..678a01fcf 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -50,6 +50,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index 8b6994e4a..b399cd1c9 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server index f0bfbb8ea..b69d3e01b 100644 --- a/TeamSpeak3/ts3server +++ b/TeamSpeak3/ts3server @@ -34,6 +34,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Teeworlds/twserver b/Teeworlds/twserver index bae6a0427..a0170ed30 100644 --- a/Teeworlds/twserver +++ b/Teeworlds/twserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/Terraria/terrariaserver b/Terraria/terrariaserver index a7b2b6c8b..31420b488 100644 --- a/Terraria/terrariaserver +++ b/Terraria/terrariaserver @@ -46,6 +46,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off" diff --git a/UnrealTournament/utserver b/UnrealTournament/utserver index d011b93ad..e4e6415f6 100644 --- a/UnrealTournament/utserver +++ b/UnrealTournament/utserver @@ -48,6 +48,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index c8c1f55ee..0e196368a 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -43,6 +43,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/UnrealTournament3/ut3server b/UnrealTournament3/ut3server index b65b633bb..22f5cb2db 100644 --- a/UnrealTournament3/ut3server +++ b/UnrealTournament3/ut3server @@ -54,6 +54,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index 8787df657..516e87b99 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -43,6 +43,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/WolfensteinEnemyTerritory/wetserver b/WolfensteinEnemyTerritory/wetserver index c4a5a0db8..3052e29f8 100644 --- a/WolfensteinEnemyTerritory/wetserver +++ b/WolfensteinEnemyTerritory/wetserver @@ -42,6 +42,10 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +# Pushbullet Channel | Do not set unless the channel exists on the +# account associated with the access token. Set without using the '#' +# E.g: "thisisachanneltag" would push to #thisisachanneltag +channeltag="" ## Updating | https://github.com/GameServerManagers/LinuxGSM/wiki/Update updateonstart="off"