This commit is contained in:
Ian Renton
2025-10-31 14:24:04 +00:00
parent 65d546ef7e
commit a4645171e4
3 changed files with 7 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ SIGS = [
SIG(name="WAB", description="Worked All Britain", icon="table-cells-large", ref_regex=r"[A-Z]{1,2}[0-9]{2}"),
SIG(name="WAI", description="Worked All Ireland", icon="table-cells-large", ref_regex=r"[A-Z][0-9]{2}"),
SIG(name="WOTA", description="Wainwrights on the Air", icon="w", ref_regex=r"[A-Z]{3}-[0-9]{2}"),
SIG(name="BOTA", description="Beaches on the Air", icon="water", ref_regex=None)
SIG(name="BOTA", description="Beaches on the Air", icon="water")
]
# Modes. Note "DIGI" and "DIGITAL" are also supported but are normalised into "DATA".