ea and ealert

It's in the Bot, not a game, its FEMA. 🦺
This commit is contained in:
SpudGunMan
2024-12-11 16:15:40 -08:00
parent 0749df04e5
commit b2eae85cc2
4 changed files with 14 additions and 7 deletions
+2 -2
View File
@@ -72,14 +72,14 @@ if enableCmdHistory:
if location_enabled:
from modules.locationdata import * # from the spudgunman/meshing-around repo
trap_list = trap_list + trap_list_location # items tide, whereami, wxc, wx
help_message = help_message + ", whereami, wx, wxc, rlist, ealert"
help_message = help_message + ", whereami, wx, wxc, rlist"
# Open-Meteo Configuration for worldwide weather
if use_meteo_wxApi:
from modules.wx_meteo import * # from the spudgunman/meshing-around repo
else:
# NOAA only features
help_message = help_message + ", wxa, tide"
help_message = help_message + ", wxa, tide, ealert"
# BBS Configuration
if bbs_enabled: