dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
britneywright has joined #cinch
Lirion has joined #cinch
Lirion has quit [Quit: echo 16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D4D465452snlb xq |dc]
Lirion has joined #cinch
postmodern has quit [Quit: Leaving]
postmodern has joined #cinch
Crazy_Atheist has joined #cinch
djbkd has quit [Quit: My people need me...]
Crisopolis has quit [Quit: This computer has gone to sleep]
mlue has quit [Ping timeout: 264 seconds]
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
frog|OFF is now known as green-big-frog
<green-big-frog>
hi
<leftylink>
green-big-frog: request you stop greeting the channel
<green-big-frog>
why?
<leftylink>
it contributes nothing to the channel, since the channel is about cinch
<leftylink>
and keeping the messages relevant improves the quality of the conversation
<leftylink>
in the worst case, if people get used to the idea that "oh, messages in #cinch aren't important", then people will stop paying attention to #cinch
<green-big-frog>
ok
<green-big-frog>
just wanted to be friendly...
<leftylink>
in a channel like this, it would be rude to say "hi"
<green-big-frog>
ok
<dominikh>
I'd have to agree. on a low traffic channel such as this, when there's activity, one looks into the channel. if it's just a greeting, that's not really of value
<green-big-frog>
ok... didn't think about that in that way ;)
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
britneywright has joined #cinch
britneyw_ has joined #cinch
britneywright has quit [Read error: Connection reset by peer]
Crisopolis has joined #cinch
frog|OFF is now known as green-big-frog
Crisopolis has quit [Quit: This computer has gone to sleep]
britneyw_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
britneywright has joined #cinch
irsol has quit [Ping timeout: 264 seconds]
frdmn has joined #cinch
irsol has joined #cinch
green-big-frog is now known as frog|OFF
Crisopolis has joined #cinch
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
djbkd has joined #cinch
<Gizmokid2005>
leftylink: do you have your code for that stuff on github anywhere?
<catepillar>
what stuff are you talking about?
<Gizmokid2005>
Huh. If I was to dynamically build a list of plugins to use, how would I properly pass that to the configure section? c.plugins.plugins = [List, Of, Plugins]?
<catepillar>
Gizmokid2005: instead of `plugins.push(p.split('class ').last.strip)`
<catepillar>
you want `plugins.push(Object.const_get(p.split('class ').last.strip))
<Gizmokid2005>
Thanks leftylink / catepillar. Gotta jet for a bit. I'll check those out shortly.
<leftylink>
Gizmokid2005: and no, it's not on github, for reasons I couldn't figure out how to put into words. but hopefully you find those lines useful
<leftylink>
Gizmokid2005: of course, that only works because those specific plugins happened to be not contained within a module. Had those plugins been Cinch::Plugins::MyPlugin I'd either have to use Cinch::Plugins.const_get('MyPlugin') or Object.const_get('Cinch::Plugins::MyPlugin')
Azure has quit [Ping timeout: 256 seconds]
djbkd has quit [Remote host closed the connection]
<leftylink>
very interesting code. but why not simply use Object.const_get(plugin['class']) rather than splitting on the :: ? the author of that code must have a good reason for doing so, so I wish to learn
apt-get__ has joined #cinch
apt-get_ has quit [Ping timeout: 250 seconds]
<leftylink>
in fact, it was like that since the beginning of cinchize
postmodern has joined #cinch
britneyw_ has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
apt-get__ has quit [Remote host closed the connection]
Azure has joined #cinch
djbkd has quit [Remote host closed the connection]
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]