Parcourir la source

Pushbullet Channel Support

Adds support to push to channels with alert_pushbullet.sh and strings
added to main server files
JATO457 il y a 9 ans
Parent
commit
b845252e4d
60 fichiers modifiés avec 240 ajouts et 0 suppressions
  1. 4 0
      7DaysToDie/sdtdserver
  2. 4 0
      ARKSurvivalEvolved/arkserver
  3. 4 0
      Arma3/arma3server
  4. 4 0
      Battlefield1942/bf1942server
  5. 4 0
      BlackMesa/bmdmserver
  6. 4 0
      BladeSymphony/bsserver
  7. 4 0
      BrainBread2/bb2server
  8. 4 0
      CallOfDuty/codserver
  9. 4 0
      CodenameCURE/ccserver
  10. 4 0
      CounterStrike/csserver
  11. 4 0
      CounterStrikeConditionZero/csczserver
  12. 4 0
      CounterStrikeGlobalOffensive/csgoserver
  13. 4 0
      CounterStrikeSource/cssserver
  14. 4 0
      DayOfDefeat/dodserver
  15. 4 0
      DayOfDefeatSource/dodsserver
  16. 4 0
      DayOfInfamy/doiserver
  17. 4 0
      DeathmatchClassic/dmcserver
  18. 4 0
      DontStarveTogether/dstserver
  19. 4 0
      DoubleActionBoogaloo/dabserver
  20. 4 0
      EmpiresMod/emserver
  21. 4 0
      FistfulOfFrags/fofserver
  22. 4 0
      GarrysMod/gmodserver
  23. 4 0
      GoldenEyeSource/gesserver
  24. 4 0
      HalfLife2Deathmatch/hl2dmserver
  25. 4 0
      HalfLifeDeathmatch/hldmserver
  26. 4 0
      HalfLifeDeathmatchSource/hldmsserver
  27. 4 0
      Hurtworld/hwserver
  28. 4 0
      Insurgency/insserver
  29. 4 0
      JustCause2/jc2server
  30. 4 0
      KillingFloor/kfserver
  31. 4 0
      Left4Dead/l4dserver
  32. 4 0
      Left4Dead2/l4d2server
  33. 4 0
      Minecraft/mcserver
  34. 4 0
      Mumble/mumbleserver
  35. 4 0
      NS2Combat/ns2cserver
  36. 4 0
      NaturalSelection2/ns2server
  37. 4 0
      NoMoreRoomInHell/nmrihserver
  38. 4 0
      OpposingForce/opforserver
  39. 4 0
      PiratesVikingandKnightsII/pvkiiserver
  40. 4 0
      ProjectZomboid/pzserver
  41. 4 0
      Quake2/q2server
  42. 4 0
      Quake3/q3server
  43. 4 0
      QuakeLive/qlserver
  44. 4 0
      QuakeWorld/qwserver
  45. 4 0
      RedOrchestra/roserver
  46. 4 0
      Ricochet/ricochetserver
  47. 4 0
      Rust/rustserver
  48. 4 0
      SeriousSam3BFE/ss3sserver
  49. 4 0
      Starbound/sbserver
  50. 4 0
      SvenCoop/svenserver
  51. 4 0
      TeamFortress2/tf2server
  52. 4 0
      TeamFortressClassic/tfcserver
  53. 4 0
      TeamSpeak3/ts3server
  54. 4 0
      Teeworlds/twserver
  55. 4 0
      Terraria/terrariaserver
  56. 4 0
      UnrealTournament/utserver
  57. 4 0
      UnrealTournament2004/ut2k4server
  58. 4 0
      UnrealTournament3/ut3server
  59. 4 0
      UnrealTournament99/ut99server
  60. 4 0
      WolfensteinEnemyTerritory/wetserver

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"

+ 4 - 0
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"