dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
djbkd has quit [Remote host closed the connection]
sarkyniin has quit [Quit: Quitte]
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]
jackdempsey has joined #cinch
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]
djbkd has joined #cinch
djbkd has quit [Ping timeout: 260 seconds]
djbkd has joined #cinch
djbkd has quit [Ping timeout: 240 seconds]
jackdempsey has quit [Ping timeout: 260 seconds]
djbkd has joined #cinch
djbkd has quit [Ping timeout: 240 seconds]
sarkyniin has joined #cinch
djbkd has joined #cinch
djbkd has quit [Ping timeout: 240 seconds]
kith has quit [Quit: kith]
kith has joined #cinch
djbkd has joined #cinch
<TieSoul>
so, I need to use sprunge for my bot
<TieSoul>
And I'm using HTTParty
<TieSoul>
but HTTParty.post('http://sprunge.us', {'sprunge' => 'Hello'}) doesn't work
<TieSoul>
it gives me a link to an empty sprunge
<TieSoul>
so what am I doing wrong?
djbkd has quit [Ping timeout: 250 seconds]
<TieSoul>
nevermind
TieSoul_ has joined #cinch
TieSoul has quit [Read error: Connection reset by peer]
onewheelskyward has quit [Ping timeout: 260 seconds]
Zackio has quit [Ping timeout: 260 seconds]
Rylee has quit [Ping timeout: 260 seconds]
skybotalpha has quit [Ping timeout: 260 seconds]
mpapis has quit [Ping timeout: 260 seconds]
onewheelskyward has joined #cinch
Rylee_ has joined #cinch
skybotalpha has joined #cinch
mpapis has joined #cinch
Zackio has joined #cinch
<IotaSpencer>
what exactly is the deal with the :group part of match, if I were to make a command that given a certain !command (???) would I be able to give it the same function, but where does group come into play
<waxjar>
if i have two matches that have the same pattern, but don't want to run both i can put them in a group
<waxjar>
so only the first one will run
<IotaSpencer>
I see
TieSoul_ is now known as TieSoul
onewheelskyward has quit [Ping timeout: 260 seconds]
skybotalpha has quit [Ping timeout: 260 seconds]
onewheelskyward has joined #cinch
skybotalpha has joined #cinch
djbkd has joined #cinch
djbkd has quit [Ping timeout: 246 seconds]
<sarkyniin>
hey
<sarkyniin>
is it even possible to initialize a thread with a cinch function in a class?
<sarkyniin>
I tried @pffthread = Thread.new {sleep 15; m.reply("... pff")}
<sarkyniin>
[2014/08/25 16:40:13.122] !! /home/apt-get/ASBot/plugins/no-plugin.rb:9:in `block in initialize': undefined method `reply' for #<Bot nick="ASBot"> (NoMethodError)
<sarkyniin>
but this is what I get
<sarkyniin>
anyone?
<dominikh>
showing a single line of code is useless