1
0
Fork 0

Fix a typo

This commit is contained in:
Chteufleur 2016-09-13 21:57:57 +02:00
parent fdeb74e887
commit de65b55f7e
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func mainXMPP() {
execDisco(v)
case xmpp.NodeAdHocCommand:
if jidBare == jid.Domain {
if jidBareTo == jid.Domain {
execCommandAdHoc(v)
} else {
sendNotSupportedFeature(v)