forked from chteufleur/go-xmpp4steam
go fmt
This commit is contained in:
parent
abfe6de004
commit
7f76a35240
|
|
@ -6,8 +6,6 @@ import (
|
|||
"log"
|
||||
)
|
||||
|
||||
|
||||
|
||||
const (
|
||||
CommandAuthcode = "steamAuthCodeCommand"
|
||||
)
|
||||
|
|
@ -25,7 +23,6 @@ func execDiscoCommand(iq *xmpp.Iq) {
|
|||
discoI := &xmpp.DiscoItem{JID: jid.Domain, Node: CommandAuthcode, Name: "Add Auth Code"}
|
||||
discoItem.Item = append(discoItem.Item, *discoI)
|
||||
|
||||
|
||||
reply.PayloadEncode(discoItem)
|
||||
comp.Out <- reply
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue