cinchrb / cinch

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

Add Bot#raw to send messages to the connected IRCd #164

Closed peerau closed 10 years ago

peerau commented 10 years ago

Pretty much the only thing I've found missing from cinch - an easy way to push a raw line to the IRCd.

dominikh commented 10 years ago

IRC#send can send a raw message to the server and Bot#irc provides access to the relevant instance of IRC.