1
0
forked from sunglocto/pi-im

Fix spelling too

This commit is contained in:
Nyx
2025-08-08 20:46:36 -05:00
committed by GitHub
parent c7664e6b96
commit 09370be81a

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" { // Classic history message
//ignore = true //ignore = true
//fmt.Println("ignoring!") //fmt.Println("ignoring!")
} }