From c7664e6b960779355420e2c4db54c73e0fb6f6b1 Mon Sep 17 00:00:00 2001 From: Nyx <82726593+88572@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:45:48 -0500 Subject: [PATCH 1/2] fix: fix casing in comment --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 5772b6d..0bcd44a 100644 --- a/main.go +++ b/main.go @@ -407,7 +407,7 @@ func main() { correction := false important := false for _, v := range msg.Unknown { - if v.XMLName.Local == "delay" { // CLasic history message + if v.XMLName.Local == "delay" { // Clasic history message //ignore = true //fmt.Println("ignoring!") } From 09370be81a0d073088612084f8cea82534ad42b5 Mon Sep 17 00:00:00 2001 From: Nyx <82726593+88572@users.noreply.github.com> Date: Fri, 8 Aug 2025 20:46:36 -0500 Subject: [PATCH 2/2] Fix spelling too --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 0bcd44a..2653188 100644 --- a/main.go +++ b/main.go @@ -407,7 +407,7 @@ func main() { correction := false important := false for _, v := range msg.Unknown { - if v.XMLName.Local == "delay" { // Clasic history message + if v.XMLName.Local == "delay" { // Classic history message //ignore = true //fmt.Println("ignoring!") }