diff --git a/README.md b/README.md index 985075d..b5b3f48 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The bot will report on anyone who is getting close to the configured lat/long, i Store and forward-like message re-play with `messages`, and there is a repeater module for dual radio bots to cross post messages. Messages are also logged locally to disk. -There is a small collection of games to play like DopeWars or Lemonade Stand and BlackJack to name a few, issuing `games` displays help +There is a small collection of games to play like DopeWars, Lemonade Stand, and BlackJack or VideoPoker to name a few, issuing `games` displays help The bot can also be used to monitor a radio frequency and let you know when high SNR RF activity is seen. Using Hamlib(rigctld) to watch the S meter on a connected radio. You can send alerts to channels when a frequency is detected for 20 seconds within the thresholds set in config.ini diff --git a/modules/system.py b/modules/system.py index cb1bdc0..4fe2184 100644 --- a/modules/system.py +++ b/modules/system.py @@ -113,7 +113,6 @@ if games_enabled is True: gamesCmdList += "LemonStand, " if gTnW_enabled: import random - gamesCmdList += "GlobalThermoNuclearWar, " trap_list = trap_list + ("globalthermonuclearwar",) if blackjack_enabled: gamesCmdList += "BlackJack, "