cinchrb / cinch

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

Sending IRC commands #200

Closed zotherstupidguy closed 9 years ago

zotherstupidguy commented 9 years ago

i want to send a command like /whois and get the return. is there a way to do this with cinch?

Cysioland commented 9 years ago

@zotherstupidguy Yes, via Cinch::IRC.send method

More in the documentation. HTH