Cinchy has quit [Remote host closed the connection]
fridim has joined #cinch
necronian has joined #cinch
kith has joined #cinch
oddmunds has joined #cinch
FiXato has joined #cinch
waxjar has joined #cinch
bhaak has joined #cinch
maetthew has joined #cinch
nickrw has joined #cinch
brandon|work has joined #cinch
qb has joined #cinch
Lite has joined #cinch
Paradox has joined #cinch
literal has joined #cinch
Azure has joined #cinch
cout has joined #cinch
davidboy has joined #cinch
Lemtzas has joined #cinch
postmodern has joined #cinch
aytch has joined #cinch
rikai has joined #cinch
Netfeed has joined #cinch
sjk has joined #cinch
sickweezle has joined #cinch
sacc91 has joined #cinch
flexd has joined #cinch
Cinchy has joined #cinch
dominikh has joined #cinch
v0n has joined #cinch
v0n has quit [Ping timeout: 255 seconds]
jhaals has joined #cinch
jhaals has quit [Ping timeout: 244 seconds]
jhaals has joined #cinch
robotmay has joined #cinch
heiko has joined #cinch
heiko has quit [Quit: heiko]
Keyboom has joined #cinch
jhaals has quit []
v0n has joined #cinch
v0n has quit [Read error: Operation timed out]
jmaister has joined #cinch
<jmaister>
Hi
jhaals has joined #cinch
heik0 has joined #cinch
<dominikh>
hi.
heik0 has quit [Quit: heik0]
heik0 has joined #cinch
v0n has joined #cinch
<jmaister>
I'm trying to install some plugins, but I get uninitialized constant Cinch::Plugins::DownForEveryone (NameError) for most of them. They are installed with gem. Any ideas?
<dominikh>
terribly bad timing, because I'm about to head to bed
<dominikh>
but you realize you have to require them in your code before you can use them, right?
<jmaister>
derp
<jmaister>
I'll blame the fact that it's friday
<dominikh>
:)
<jmaister>
sleep well, dominikh
<dominikh>
thanks. have fun :)
<jmaister>
thanks :)
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
necronian has quit [Quit: I am Quitting.]
necronian has joined #cinch
postmodern has quit [Quit: Leaving]
necronian has quit [Quit: I am Quitting.]
heik0 has quit [Quit: heik0]
necronian has joined #cinch
necronian has quit [Quit: I am Quitting.]
Nowaker has joined #cinch
necronian has joined #cinch
necronian has quit [Quit: I am Quitting.]
necronian has joined #cinch
jhaals has quit [Ping timeout: 252 seconds]
cout is now known as Avogadro
heiko has joined #cinch
bhaak has quit [Ping timeout: 252 seconds]
bhaak has joined #cinch
bean has quit [Ping timeout: 256 seconds]
bean has joined #cinch
sickweezle has quit [Ping timeout: 255 seconds]
lagweezle has joined #cinch
lagweezle is now known as sickweezle
bhaak has quit [Ping timeout: 260 seconds]
bhaak has joined #cinch
bean has quit [Quit: Computer has gone to sleep.]
Keyboom has quit [Ping timeout: 276 seconds]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
FiXato has quit [Quit: good night everyone]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
bean has quit [Excess Flood]
bean has joined #cinch
heiko has quit [Quit: heiko]
heiko has joined #cinch
v0n has quit [Read error: Operation timed out]
v0n has joined #cinch
bean has quit [Quit: Computer has gone to sleep.]
bean has joined #cinch
v0n has quit [Ping timeout: 245 seconds]
bean has quit [Quit: Computer has gone to sleep.]
bean has joined #cinch
igneous has joined #cinch
igneous is now known as Igneous
<Igneous>
Hey dudes, does anyone know how use the equivilent of /oper with cinch? It looks like there's an instance method for Cinch::Bot called oper, but I get a no method error when I try to access it
<dominikh>
Igneous: which version of Cinch are you using?
<Igneous>
2.0.4
<dominikh>
show me the actual error message then :)
<Igneous>
kk, moment
<Igneous>
on :message, /^\.eval (.*)/ do |m, block|
<Igneous>
m.reply eval block if m.user.nick == "Igneous"
<dominikh>
yeah, for the record, next time you are going to paste more than 3 lines, use a pastebin :)
<Igneous>
yeah sorry, I was just thinking that
<dominikh>
and I see the problem now :> the oper method is only on the master branch. It wasn't part of the 2.0 release, and I haven't made a 2.1 release yet
<dominikh>
so you'll need to build Cinch from git if you want that method
<Igneous>
ah, well that's easy enough
<Igneous>
I guess I could've looked at the gem contents and determined that
<Igneous>
d'oh.. thanks dominikh!
<dominikh>
you could've also used the 2.0.4 API docs instead of the git API docs ;)