fix: fix casing in comment

This commit is contained in:
Nyx
2025-08-08 20:45:48 -05:00
committed by GitHub
parent 147f10fe66
commit c7664e6b96

View File

@@ -407,7 +407,7 @@ func main() {
correction := false correction := false
important := false important := false
for _, v := range msg.Unknown { for _, v := range msg.Unknown {
if v.XMLName.Local == "delay" { // CLasic history message if v.XMLName.Local == "delay" { // Clasic history message
//ignore = true //ignore = true
//fmt.Println("ignoring!") //fmt.Println("ignoring!")
} }