windowsrefund has quit [Ping timeout: 264 seconds]
windowsrefund has joined #cinch
aytch has quit [Read error: No route to host]
aytch has joined #cinch
bean has quit [Quit: Computer has gone to sleep.]
v0n has quit [Ping timeout: 260 seconds]
chasetopher has joined #cinch
<chasetopher>
what is the easiest way to have a cinch bot respond to ruby events? the simplest example would be ruby waiting for a key press, and on that key press it calls a method on the bot that sends a message
<chasetopher>
maybe i'll try using the IRB class directly
<dominikh>
chasetopher: you can dispatch your own events
<dominikh>
(Bot#handlers to get the HandlerList inatance, HanderList#dispatch iirc to invoke the event)
<chasetopher>
oh nice
<chasetopher>
thank you
<chasetopher>
and it doesnt need a msg associated with it