dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.2.3
bosma has quit [Read error: Connection reset by peer]
Dunke has quit [Remote host closed the connection]
Dunke has joined #cinch
Dunke has quit [Remote host closed the connection]
britneywright has joined #cinch
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
jesser has quit [Read error: Connection reset by peer]
jesser has joined #cinch
green-big-frog is now known as frog|OFF
frog|OFF is now known as green-big-frog
Dunke has joined #cinch
green-big-frog is now known as frog|OFF
usandfriends has joined #cinch
<usandfriends> Hello, does anyone know the :event for when someone joins a channel?
<dominikh> :join
<usandfriends> dominikh: Thanks! I couldn't find it in http://www.rubydoc.info/gems/cinch/file/docs/events.md.
<dominikh> "Events mapping directly to IRC commands"
<usandfriends> Ohhhh, I see. Thank you again!
<dominikh> you're welcome
britneywright has joined #cinch
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<usandfriends> What do `Cinch::User#oper` and `Cinch::User#oper?` do?
<dominikh> oper? is an alias for oper, and oper checks if the user is an IRC operator
<usandfriends> Ah