cinchrb / cinch

The IRC Bot Building Framework
http://www.rubydoc.info/gems/cinch
MIT License
1k stars 180 forks source link

!help response #109

Closed mladoux closed 10 years ago

mladoux commented 11 years ago

I'd like a way to tell the !help trigger to respond with a notice rather than to where I set react_on: too, so I can have it listen for a trigger in :channel but send a notice to the user rather than spamming the channel with help messages. Perhaps a respond_with: setting, and have it fallback to default behavior if it's not set, thus not breaking existing help settings.

dominikh commented 11 years ago

I'd accept a patch. "respond_with" isn't a good name for the setting though, because that doesn't make clear that it affects help messages.

mladoux commented 11 years ago

Any suggestions? I'll see what I can whip up. I'm not promising greatness though. Perhaps, help_repsonse?

dominikh commented 11 years ago

help_target maybe, or help_in or help_via, something along those lines

mladoux commented 11 years ago

cool. Whatever the case, it will have to wait while sort out some real life issues. I looked at the code, but not sure how to approach it yet. I'm not an expert at ruby yet, so I might have to teach myself some stuff first