From b845252e4d72e643cca3062a62369dc660da745d Mon Sep 17 00:00:00 2001 From: JATO457 Date: Thu, 3 Nov 2016 21:44:25 -0400 Subject: [PATCH 1/2] 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" From 0f18a405edf84658044cd0b3b045b9ca1e8bf84c Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 18 Nov 2016 17:00:57 +0000 Subject: [PATCH 2/2] Removed Info about channeltags All info about the channeltag var is now on the wiki. It is now the standard method to have info relating to vars in the wiki rather than in the script. --- 7DaysToDie/sdtdserver | 3 --- ARKSurvivalEvolved/arkserver | 3 --- Arma3/arma3server | 3 --- Battlefield1942/bf1942server | 3 --- BlackMesa/bmdmserver | 3 --- BladeSymphony/bsserver | 3 --- BrainBread2/bb2server | 3 --- CallOfDuty/codserver | 3 --- CallOfDuty2/cod2server | 1 + CodenameCURE/ccserver | 3 --- CounterStrike/csserver | 3 --- CounterStrikeConditionZero/csczserver | 3 --- CounterStrikeGlobalOffensive/csgoserver | 3 --- CounterStrikeSource/cssserver | 3 --- DayOfDefeat/dodserver | 3 --- DayOfDefeatSource/dodsserver | 3 --- DayOfInfamy/doiserver | 3 --- DeathmatchClassic/dmcserver | 3 --- DontStarveTogether/dstserver | 3 --- DoubleActionBoogaloo/dabserver | 3 --- EmpiresMod/emserver | 3 --- FistfulOfFrags/fofserver | 3 --- GarrysMod/gmodserver | 3 --- GoldenEyeSource/gesserver | 3 --- HalfLife2Deathmatch/hl2dmserver | 3 --- HalfLifeDeathmatch/hldmserver | 3 --- HalfLifeDeathmatchSource/hldmsserver | 3 --- Hurtworld/hwserver | 3 --- Insurgency/insserver | 3 --- JustCause2/jc2server | 3 --- KillingFloor/kfserver | 3 --- Left4Dead/l4dserver | 3 --- Left4Dead2/l4d2server | 3 --- Minecraft/mcserver | 3 --- Mumble/mumbleserver | 3 --- NS2Combat/ns2cserver | 3 --- NaturalSelection2/ns2server | 3 --- NoMoreRoomInHell/nmrihserver | 3 --- OpposingForce/opforserver | 3 --- PiratesVikingandKnightsII/pvkiiserver | 3 --- ProjectZomboid/pzserver | 3 --- Quake2/q2server | 3 --- Quake3/q3server | 3 --- QuakeLive/qlserver | 3 --- QuakeWorld/qwserver | 3 --- RedOrchestra/roserver | 3 --- Ricochet/ricochetserver | 3 --- Rust/rustserver | 3 --- SeriousSam3BFE/ss3sserver | 3 --- Starbound/sbserver | 3 --- SvenCoop/svenserver | 3 --- TeamFortress2/tf2server | 3 --- TeamFortressClassic/tfcserver | 3 --- TeamSpeak3/ts3server | 3 --- Teeworlds/twserver | 3 --- Terraria/terrariaserver | 3 --- UnrealTournament/utserver | 3 --- UnrealTournament2004/ut2k4server | 3 --- UnrealTournament3/ut3server | 3 --- UnrealTournament99/ut99server | 3 --- WolfensteinEnemyTerritory/wetserver | 3 --- 61 files changed, 1 insertion(+), 180 deletions(-) diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index 5b835fd49..db4f71d04 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -46,9 +46,6 @@ 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 diff --git a/ARKSurvivalEvolved/arkserver b/ARKSurvivalEvolved/arkserver index 66fc67313..0f55c9182 100644 --- a/ARKSurvivalEvolved/arkserver +++ b/ARKSurvivalEvolved/arkserver @@ -48,9 +48,6 @@ 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 diff --git a/Arma3/arma3server b/Arma3/arma3server index 9532b6e65..ce61fb0a2 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -62,9 +62,6 @@ 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 diff --git a/Battlefield1942/bf1942server b/Battlefield1942/bf1942server index 46157e9d1..a42a8424d 100644 --- a/Battlefield1942/bf1942server +++ b/Battlefield1942/bf1942server @@ -38,9 +38,6 @@ 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 diff --git a/BlackMesa/bmdmserver b/BlackMesa/bmdmserver index d7d687882..323ee56c0 100644 --- a/BlackMesa/bmdmserver +++ b/BlackMesa/bmdmserver @@ -52,9 +52,6 @@ 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 diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index 73c3e2c27..f3ec8e51c 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -51,9 +51,6 @@ 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 diff --git a/BrainBread2/bb2server b/BrainBread2/bb2server index c594a5916..c7537e483 100644 --- a/BrainBread2/bb2server +++ b/BrainBread2/bb2server @@ -55,9 +55,6 @@ 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 diff --git a/CallOfDuty/codserver b/CallOfDuty/codserver index c16f06bbe..162c7e7cf 100755 --- a/CallOfDuty/codserver +++ b/CallOfDuty/codserver @@ -44,9 +44,6 @@ 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 diff --git a/CallOfDuty2/cod2server b/CallOfDuty2/cod2server index 58214c9c4..c032e42a0 100755 --- a/CallOfDuty2/cod2server +++ b/CallOfDuty2/cod2server @@ -45,6 +45,7 @@ emailfrom="" # Pushbullet Alerts | https://github.com/GameServerManagers/LinuxGSM/wiki/Pushbullet pushbulletalert="off" pushbullettoken="accesstoken" +channeltag="" ## Backup | https://github.com/GameServerManagers/LinuxGSM/wiki/Backup maxbackups="4" diff --git a/CodenameCURE/ccserver b/CodenameCURE/ccserver index b36a06d86..5f2524e53 100644 --- a/CodenameCURE/ccserver +++ b/CodenameCURE/ccserver @@ -45,9 +45,6 @@ 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 diff --git a/CounterStrike/csserver b/CounterStrike/csserver index 6006389be..0686a5e7c 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -46,9 +46,6 @@ 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 diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index a3a7ea5db..2f966f0bd 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -46,9 +46,6 @@ 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 diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index 7bc7b2bf7..144a06d9a 100755 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -70,9 +70,6 @@ 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 diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index dc36768b9..93d2cdcdf 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -53,9 +53,6 @@ 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 diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index 51c0faedc..7346295dc 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -47,9 +47,6 @@ 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 diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index fea6dbf5c..402dbc983 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -47,9 +47,6 @@ 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 diff --git a/DayOfInfamy/doiserver b/DayOfInfamy/doiserver index 6b35f577e..00db47d6e 100644 --- a/DayOfInfamy/doiserver +++ b/DayOfInfamy/doiserver @@ -49,9 +49,6 @@ 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 diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver index 793f9e1e2..bb41ab37b 100644 --- a/DeathmatchClassic/dmcserver +++ b/DeathmatchClassic/dmcserver @@ -46,9 +46,6 @@ 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 diff --git a/DontStarveTogether/dstserver b/DontStarveTogether/dstserver index b62687a0d..bdba108c0 100644 --- a/DontStarveTogether/dstserver +++ b/DontStarveTogether/dstserver @@ -45,9 +45,6 @@ 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 diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index e0d98c589..078811193 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -47,9 +47,6 @@ 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 diff --git a/EmpiresMod/emserver b/EmpiresMod/emserver index abcd6aaf3..14c7003cc 100644 --- a/EmpiresMod/emserver +++ b/EmpiresMod/emserver @@ -31,9 +31,6 @@ 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 diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index 0eaec5b02..6b5ff8e24 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -47,9 +47,6 @@ 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 diff --git a/GarrysMod/gmodserver b/GarrysMod/gmodserver index dc72af144..06a1fe896 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -62,9 +62,6 @@ 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 diff --git a/GoldenEyeSource/gesserver b/GoldenEyeSource/gesserver index 1a992a17a..c118daa39 100644 --- a/GoldenEyeSource/gesserver +++ b/GoldenEyeSource/gesserver @@ -47,9 +47,6 @@ 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 diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 192823d5c..637c84f2a 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -47,9 +47,6 @@ 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 diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index 4a3054161..efabe345a 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -46,9 +46,6 @@ 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 diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver index 55419cbdc..ad9538e42 100644 --- a/HalfLifeDeathmatchSource/hldmsserver +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -47,9 +47,6 @@ 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 diff --git a/Hurtworld/hwserver b/Hurtworld/hwserver index 186520301..1aa96c147 100644 --- a/Hurtworld/hwserver +++ b/Hurtworld/hwserver @@ -59,9 +59,6 @@ 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 diff --git a/Insurgency/insserver b/Insurgency/insserver index 9f27f05b2..4476c6333 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -49,9 +49,6 @@ 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 diff --git a/JustCause2/jc2server b/JustCause2/jc2server index 42c9174d8..8eeb52ef0 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -41,9 +41,6 @@ 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 diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index f4e1bd9b7..5b3176db3 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -49,9 +49,6 @@ 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 diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index c20702057..a232ec03d 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -46,9 +46,6 @@ 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 diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 43c90bd78..3e29ecc02 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -46,9 +46,6 @@ 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 diff --git a/Minecraft/mcserver b/Minecraft/mcserver index ca10d60bf..45bd0da07 100644 --- a/Minecraft/mcserver +++ b/Minecraft/mcserver @@ -41,9 +41,6 @@ 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 diff --git a/Mumble/mumbleserver b/Mumble/mumbleserver index 70d80981f..f4ac59740 100644 --- a/Mumble/mumbleserver +++ b/Mumble/mumbleserver @@ -40,9 +40,6 @@ 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 diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index 20315afcc..b839d1039 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -58,9 +58,6 @@ 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 diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index 5a360acc3..d672cdb1d 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -58,9 +58,6 @@ 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 diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 1b2d1518b..5937fc1db 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -52,9 +52,6 @@ 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 diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver index 797b6bbd4..00e7ee919 100644 --- a/OpposingForce/opforserver +++ b/OpposingForce/opforserver @@ -46,9 +46,6 @@ 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 diff --git a/PiratesVikingandKnightsII/pvkiiserver b/PiratesVikingandKnightsII/pvkiiserver index b5eebef48..81f73ac9d 100644 --- a/PiratesVikingandKnightsII/pvkiiserver +++ b/PiratesVikingandKnightsII/pvkiiserver @@ -47,9 +47,6 @@ 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 diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index a6cea666c..b6c18b7ab 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -41,9 +41,6 @@ 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 diff --git a/Quake2/q2server b/Quake2/q2server index 345d955cf..571a6d9e1 100644 --- a/Quake2/q2server +++ b/Quake2/q2server @@ -42,9 +42,6 @@ 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 diff --git a/Quake3/q3server b/Quake3/q3server index 1f019b8d3..84e86056a 100644 --- a/Quake3/q3server +++ b/Quake3/q3server @@ -43,9 +43,6 @@ 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 diff --git a/QuakeLive/qlserver b/QuakeLive/qlserver index c3d86ada1..332cf1e87 100755 --- a/QuakeLive/qlserver +++ b/QuakeLive/qlserver @@ -50,9 +50,6 @@ 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 diff --git a/QuakeWorld/qwserver b/QuakeWorld/qwserver index b6f7d27a9..5e1bb60de 100644 --- a/QuakeWorld/qwserver +++ b/QuakeWorld/qwserver @@ -24,9 +24,6 @@ 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 diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index 972efd81a..f8d8f88e5 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -47,9 +47,6 @@ 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 diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver index 22949248b..f1ceeac69 100644 --- a/Ricochet/ricochetserver +++ b/Ricochet/ricochetserver @@ -70,9 +70,6 @@ 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 diff --git a/Rust/rustserver b/Rust/rustserver index 7b276f9df..c4c1362fd 100644 --- a/Rust/rustserver +++ b/Rust/rustserver @@ -62,9 +62,6 @@ 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 diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index 9b96dc7f1..ce7d58658 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -42,9 +42,6 @@ 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 diff --git a/Starbound/sbserver b/Starbound/sbserver index fc66dce94..eeecfb816 100644 --- a/Starbound/sbserver +++ b/Starbound/sbserver @@ -46,9 +46,6 @@ 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 diff --git a/SvenCoop/svenserver b/SvenCoop/svenserver index 429555ef4..ea2558ef3 100644 --- a/SvenCoop/svenserver +++ b/SvenCoop/svenserver @@ -46,9 +46,6 @@ 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 diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index 43b6080d9..440757827 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -50,9 +50,6 @@ 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 diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index 0da836111..a9679165e 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -46,9 +46,6 @@ 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 diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server index b74afd002..bed364a8f 100644 --- a/TeamSpeak3/ts3server +++ b/TeamSpeak3/ts3server @@ -34,9 +34,6 @@ 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 diff --git a/Teeworlds/twserver b/Teeworlds/twserver index 3f8e1291c..61f3b9ba6 100644 --- a/Teeworlds/twserver +++ b/Teeworlds/twserver @@ -46,9 +46,6 @@ 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 diff --git a/Terraria/terrariaserver b/Terraria/terrariaserver index 9bbe56477..539e734ff 100644 --- a/Terraria/terrariaserver +++ b/Terraria/terrariaserver @@ -46,9 +46,6 @@ 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 diff --git a/UnrealTournament/utserver b/UnrealTournament/utserver index 54b67e329..06fa13dea 100644 --- a/UnrealTournament/utserver +++ b/UnrealTournament/utserver @@ -48,9 +48,6 @@ 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 diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index dd4c24931..e7cd59dbf 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -43,9 +43,6 @@ 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 diff --git a/UnrealTournament3/ut3server b/UnrealTournament3/ut3server index 5f5dd2c8b..f72a0e452 100644 --- a/UnrealTournament3/ut3server +++ b/UnrealTournament3/ut3server @@ -54,9 +54,6 @@ 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 diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index 41f9425f4..3e3ea17e4 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -43,9 +43,6 @@ 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 diff --git a/WolfensteinEnemyTerritory/wetserver b/WolfensteinEnemyTerritory/wetserver index 91d2da13b..00b74c98b 100644 --- a/WolfensteinEnemyTerritory/wetserver +++ b/WolfensteinEnemyTerritory/wetserver @@ -42,9 +42,6 @@ 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