ChanServ changed the topic of #cinch to: The IRC Framework | http://groups.google.com/group/cinch-ruby/ | Latest version: Cinch 2.0.4 – Change log at http://bit.ly/14Q4s6Z – Migration guide at http://bit.ly/GO4qkW | This channel is being publicly logged at http://irclog.whitequark.org/cinch/
jonahR has joined #cinch
v0n has quit [Ping timeout: 248 seconds]
Guest11846 has quit [Quit: leaving]
<dominikh> neat
<dominikh> I'd suggest not storing the environment variable in a constant; it's quite possible to change env vars at runtime
<dominikh> (same goes for the base url then, in turn)
<dominikh> jonahR: that plugin is going to pretty much break if two people use it at the same time. I'm not sure why you're using instance variables there
<dominikh> it'd probably make more sense to just return the struct/accept the struct as arguments, instead of storing it in that intermeddiate ivar
<jonahR> thanks for the tip, I'll work on it soon. It was my first cinch plugin
<dominikh> :)
<jonahR> btw great work with Cinch I love it
<dominikh> glad to hear that
Rennex_o1d has quit [Quit: Core meltdown]
sindork has quit [Read error: Connection reset by peer]
sindork_ has joined #cinch
sleetdrop has joined #cinch
sleetdrop has quit [Max SendQ exceeded]
sleetdrop has joined #cinch
waxjar has quit [Remote host closed the connection]
KevinT has quit [Quit: ZNC - http://znc.in]
sleetdrop has quit [Quit: Computer has gone to sleep.]
ColdBlooder has joined #cinch
sleetdrop has joined #cinch
Spami_ has joined #cinch
waxjar has joined #cinch
Spami_ has quit [Quit: Leaving]
sleetdrop has quit [Quit: Computer has gone to sleep.]
sleetdrop has joined #cinch
jonahR has quit [Quit: jonahR]
Spami has joined #cinch
jonahR has joined #cinch
sacc91 has quit [Quit: sacc91]
sacc91 has joined #cinch
jonahR has quit [Quit: jonahR]
sleetdrop has quit [Quit: Textual IRC Client: www.textualapp.com]
v0n has joined #cinch
flexd1 is now known as flexd
<ColdBlooder> hi! me again, lol! is it possible to get the followers (user names only) of the authenticated twitter user?
<dominikh> no idea, I didn't write a twitter library :)
<ColdBlooder> i got something bit it somehow only geta 1 follower...
<ColdBlooder> It has a function to get the followers though
<ColdBlooder> Twitter::followers (or Twitter.followers)
v0n has quit [Ping timeout: 246 seconds]
<ColdBlooder> Damn... now i get authentication error...
jcrawford has left #cinch ["Linkinus - http://linkinus.com"]
v0n has joined #cinch
<ColdBlooder> Anyone know what i should do with that? #<Twitter::Cursor:0xfa0ec0> lol
<ColdBlooder> thats what i get from "followers = Twitter.followers()"
<ColdBlooder> (Its refering to the authenticated user with no other twitter user specified)
<ColdBlooder> *when
<waxjar> .. this is #cinch. shoot the dev a message or better, look up the usage in the documentation. rubydoc.org has documentation for nearly any library
Spami has quit [Quit: This computer has gone to sleep]
vanamar has joined #cinch
<vanamar> hello:) I'm trying to move from isaac to cinch, but I can't figure out how to auto +op users who join the channel
<dominikh> on :join { |m| return if m.user == bot; m.channel.op(m.user) }
<vanamar> awesome
<dominikh> would be the minimal example, if not using the plugin api but the dsl
<vanamar> minimal is fine with me
jonahR has joined #cinch
vanamar has quit [Quit: Lost terminal]
<nickrw> are there any examples of combining rspec / other test framework with cinch?
vanamar has joined #cinch
vanamar has quit [Client Quit]
vanamar has joined #cinch
v0n has quit [Ping timeout: 248 seconds]
vanamar has quit []
jonahR has quit [Quit: jonahR]
jonahR has joined #cinch
jonahR has quit [Client Quit]
ColdBlooder has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]