Skip to content

Commit

Permalink
Fixed to use SendChat
Browse files Browse the repository at this point in the history
  • Loading branch information
ratnikov committed Apr 21, 2011
1 parent 6832fba commit 2249a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -19,7 +19,7 @@ func main() {
log("Got a message from %s to %s: %s\n", msg.From(), msg.To(), msg.Body())
})

client.Message("ratnikov@gmail.com", "Hello world!")
client.SendChat("ratnikov@gmail.com", "Hello world!")

client.Loop()
}
Expand Down

0 comments on commit 2249a55

Please sign in to comment.