dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
[krisbulman] is now known as krisbulman
Dunke is now known as Dunke|sleep
<awkisopen>
hello! I might be super dense, but I don't see an event for a joining user mentioned in /docs/events.md
<awkisopen>
is there a way to trigger an event when any user (not just a specific one) joins?
krisbulman is now known as [krisbulman]
<leftylink>
awkisopen: in fact that is just the :join event, which I take it is not listed there since it is is an "event of the first kind". This does, of course, lead me to wonder--is there some place that has a lsit of the events of the first two kinds?
postmodern has quit [Quit: Leaving]
[krisbulman] is now known as krisbulman
krisbulman is now known as [krisbulman]
[krisbulman] is now known as krisbulman
krisbulman is now known as [krisbulman]
Spami has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
kludge` has quit [Ping timeout: 246 seconds]
kludge` has joined #cinch
txdv has quit [Read error: Connection reset by peer]
txdv has joined #cinch
Dwarf has quit [Ping timeout: 265 seconds]
Dwarf has joined #cinch
xeviox|afk is now known as xeviox
<Dwarf>
How would I hook into a raw number (318) or RPL_ENDOFWHOIS?
<dominikh>
same way you do with other events
<dominikh>
(and there is a constant for that)
<Dwarf>
So, on :RPL_ENDOFWHOIS, do |m|?
<dominikh>
that's not how constants work :) on 318, or on Constants::RPL_ENDOFWHOIS
<Cinchy>
[URL] Method: Cinch::Bot#oper — Documentation for cinchrb/cinch (master)
<Dwarf>
But the gemspec on git has version 2.0.12
nOgAnOo has quit [Quit: Hard forks?! Hash Tables?! Someone tell me what's going on here!!!! I love you forever and always.]
<dominikh>
correct. Bot#oper only exists in 2.1.0, which is an unreleased feature version, which is in the master branch.
xeviox is now known as xeviox|afk
krisbulman is now known as [krisbulman]
nOgAnOo has joined #cinch
<Rickmasta>
Is anyone running their cinch bot on heroku?
Spami has quit [Quit: This computer has gone to sleep]
<Dwarf>
Alright, so I'm correct assuming that eventho the gemspec version on git says 2.0.12, it's still 2.1.0?
deb is now known as nasbsd
nasbsd is now known as deb
<dominikh>
technically there is no 2.1.0 - 2.1.0 is the next feature release. it doesn't exist yet. the master branch has a number of features that will be part of 2.1.0
<dominikh>
and yes, the version in the gemspec won't be bumped until the release
<Dwarf>
Alright thanks for clearing that up
Spami has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
<leftylink>
so I did the user-configurable NOTICE vs PRIVMSG thing via https://gist.github.com/leftylink/8808230 - the global variable makes me slightly displeaesd, but I haven't thought of a better way to do it
<Cinchy>
[gist] Cinch user-toggleable NOTICE vs PRIVMSG (at gist.github.com, leftylink on 2014-02-08 21:19)