forked from sunglocto/pi-im
Merge pull request #14 from 88572/master
Fix spelling and casing in one comment
This commit is contained in:
2
main.go
2
main.go
@@ -406,7 +406,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!")
|
||||||
return //what is blud doing
|
return //what is blud doing
|
||||||
|
Reference in New Issue
Block a user