nandub / hubot-irc

IRC adapter for Hubot
MIT License
299 stars 128 forks source link

Response as querry #136

Closed sxe closed 10 years ago

sxe commented 10 years ago

Hi, is there any way to make the bot response as a querry to the user executing the command? Right now the channel gets spammed for all users every time a user does "hubot help" or something similar.

Thanks

jgable commented 10 years ago

There is but that is a specific script issue, not the adapters responsibility. Modify the hubot help script to make it do that.

sxe commented 10 years ago

Hi, ok so you have to modify each script to get it work?. Could you give me a hint how to do so? I wasn't able to fin it.

Thanks

jgable commented 10 years ago

That's probably a better question for Stack Overflow than here. If you find a bug with how the adapter is handling responses, this would be a good place to file an issue for that.