From c242eb37502f622422f6c294a6da1d888c48c67b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Thu, 19 Sep 2024 21:22:57 -0700 Subject: [PATCH] documentation --- README.md | 2 +- modules/system.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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, "