Add /dxcc command for converting a callsign into a DXCC entity - optional grid argument calculates distance from

This commit is contained in:
2026-09-03 16:10:13 +02:00
parent c7d2052fac
commit 623d121c05
10 changed files with 444 additions and 5 deletions
+2 -2
View File
@@ -195,9 +195,9 @@ void hammy_cmd_freq(const hammy_job_t* job, struct discord* client, hammy_refdb_
// Boundary warnings
if (r.atBandEdge) {
sb_addf(&sb, "\n> This is exactly the band edge. A signal of any width centred here extends outside the band.\n");
sb_addf(&sb, "\n> This is exactly the band edge. A signal of any width centerd here extends outside the band.\n");
} else if (r.atSegmentEdge) {
sb_addf(&sb, "\n> This is exactly a segment boundary, so a signal centred here straddles both sides.\n");
sb_addf(&sb, "\n> This is exactly a segment boundary, so a signal centerd here straddles both sides.\n");
}
if (sb.overflow) {