Merge pull request #13 from jjj333-p/patch-2

make pointless loops no longer pointless
This commit is contained in:
sunglocto
2025-08-09 08:21:22 +01:00
committed by GitHub

View File

@@ -410,12 +410,14 @@ func main() {
if v.XMLName.Local == "delay" { // CLasic history message
//ignore = true
//fmt.Println("ignoring!")
return //what is blud doing
}
}
for _, v := range msg.Unknown {
if v.XMLName.Local == "replace" {
correction = true
break // dont need to look at more fields
}
}