dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.3.1 | You're being logged at https://irclog.whitequark.org/cinch/
jrabe has quit []
jrabe has joined #cinch
_whitelogger has joined #cinch
Azure has quit [Ping timeout: 252 seconds]
Azure has joined #cinch
_whitelogger has joined #cinch
Namaste has quit [Ping timeout: 240 seconds]
Namaste has joined #cinch
<Pyker> is there a way to listen_to :private without it capturing NOTICEs as well?
<leftylink> hmm. interesting. from what I can see in https://github.com/cinchrb/cinch/blob/master/lib/cinch/irc.rb#L245-L269 , no, so the choices I think of are listen_to :message and in the handler ignore if msg.channel?, or listen_to :private and in the handler ignore if msg.command == "NOTICE"
<leftylink> very interesting