cinchrb / cinch

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

Execute /me #122

Closed RoxasShadow closed 11 years ago

RoxasShadow commented 11 years ago

How can I do a simple /me? I'm trying in many ways but it doesn't work.

jhass commented 11 years ago

With the action method http://rubydoc.info/gems/cinch/Cinch/Target#action-instance_method

RoxasShadow commented 11 years ago

If I do Target(m.user.nick).action('something'), the bot sends me the /me in private message.

jhass commented 11 years ago

Sure, you're saying him to do that. If you want to send it to a channel take that as target.

RoxasShadow commented 11 years ago

I thought that Target accepted only users, thank you very much MrZYX.