atmos / hubot-gtalk

GTalk adapter for Hubot
MIT License
14 stars 6 forks source link

What to type in GTalk? #18

Open x1a0 opened 12 years ago

x1a0 commented 12 years ago

I know this is a stupid question... I've successfully connected Hubot to GTalk and added Hubot as a buddy in my list.

But I don't know what to say to it... when using Shell interface I can just type "hubot help" then enter, it prints me the help text. I tried in gtalk but it doesn't work.

Thanks for help.

sapegin commented 12 years ago

Both help and hubot help should work the same way. Do you have some scripts installed?

pyro2927 commented 11 years ago

I think this is possibly an issue with hubot itself. I've encountered this error in both the twitter and gtalk adapters. Both listen and receive messages (determined with console.log), but neither response to the client.

machadogj commented 11 years ago

This was happening to me because hubot-gtalk and hubot server, were using different versions of the "hubot" module. You should try to delete the folder: ./node_modules/hubot-gtalk/node_modules/hubot

See if that helps.