2013-12-09 19:05
dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
01:12
krisbulman is now known as [krisbulman]
01:46
[krisbulman] is now known as krisbulman
02:41
krisbulman is now known as [krisbulman]
02:58
[krisbulman] is now known as krisbulman
03:16
krisbulman is now known as [krisbulman]
03:24
postmodern has quit [Quit: Leaving]
03:35
seemant has quit [Changing host]
03:35
seemant has joined #cinch
03:50
tyuio has joined #cinch
03:51
<
tyuio >
can cinch be installed on CentOS
03:51
<
dominikh >
can ruby >=1.9 be installed on CentOS?
03:57
<
tyuio >
yum install ruby
03:57
<
tyuio >
yum install cinch
03:58
<
dominikh >
I have no idea if anyone packaged Cinch for the CentOS repositories, but I sort of really doubt it.
03:58
<
tyuio >
yea it isnt working the
03:58
<
tyuio >
yum install cinch
04:02
<
tyuio >
how to run it ?
04:02
<
tyuio >
im new to ruby
04:16
tyuio has quit [Quit: Page closed]
04:21
<
catepillar >
well that's not very useful
04:21
<
catepillar >
no way to help someone who isn't around
04:21
<
dominikh >
luckily I didn't intend to :)
07:28
thews has quit [Remote host closed the connection]
10:33
kludge` has quit [Ping timeout: 260 seconds]
10:36
kludge` has joined #cinch
11:26
postmodern has joined #cinch
13:48
Dwarf has quit [Ping timeout: 265 seconds]
13:50
Dwarf has joined #cinch
13:58
thews has joined #cinch
13:59
postmodern has quit [Quit: Leaving]
15:39
swapnasa has joined #cinch
15:43
<
swapnasa >
can anybody have a look and through some light
15:44
<
leftylink >
that doesn't look like a parse error. that simply looks like you're calling [] on nil
15:45
<
leftylink >
I'll admit, it's in a place I don't expect thoug
15:45
<
leftylink >
since there's no line number of your own code that's being shown
15:46
<
leftylink >
what network does that occur on?
15:48
swapnasa has quit [Read error: Connection reset by peer]
15:51
swapnasa has joined #cinch
15:53
swapnasa has quit [Client Quit]
15:53
swapnasa has joined #cinch
15:54
<
swapnasa >
[09:21.30] Channel modes for #cinch are :+cnt
15:54
<
swapnasa >
[09:21.31] Channel Created on: 12:18:02 24-04-2010
15:54
<
swapnasa >
[09:21.30] Channel modes for #cinch are :+cnt
15:54
<
swapnasa >
[09:21.31] Channel Created on: 12:18:02 24-04-2010
15:55
<
swapnasa >
im running it in my ofifce n/w.i configured the irc channel with jira bot and its causing pbm.could u pls help me whethere below the lines are correct
15:55
<
swapnasa >
# configure the bot itself.
15:55
<
swapnasa >
configatron.jirabot.user = 'jirabot'
15:55
<
swapnasa >
configatron.jirabot.nick = 'jirabot'
15:55
<
swapnasa >
configatron.jirabot.channels = ['#test1']
15:56
<
swapnasa >
please note am sucessfully connected to the irc server
15:58
swapnasa has quit [Read error: Connection reset by peer]
15:59
swapnasa has joined #cinch
16:02
<
swapnasa >
rfc-7734
16:11
swapnasa has left #cinch [#cinch]
17:08
Rickmast- has joined #cinch
17:09
Rickmasta has quit [Quit: Leaving]
18:57
zipper has joined #cinch
18:57
<
zipper >
Does anyone have a plugin I can use with cinch for wolfram alpha?
18:58
<
dominikh >
doesn't their API require you to pay them?
18:58
<
zipper >
dominikh: No
18:58
<
zipper >
Not for under 20 apps
18:58
<
zipper >
I ran a python bot using it a while ago
19:00
<
zipper >
This could take a while. I procrastinate,
19:00
<
dominikh >
I'm procrastinating by talking to you right now.
19:00
<
zipper >
dominikh: What are you procrastinating?
19:01
<
dominikh >
writing several articles
19:01
<
zipper >
dominikh: Btw great work on cinch
19:01
<
dominikh >
thank you
19:01
<
Cinchy >
[gist] Cinch Wolfram Alpha plugin (at gist.github.com, cornet on 2012-07-24 19:38)
19:01
<
leftylink >
but I dunno if that suits your needs
19:16
v0n has joined #cinch
20:09
<
zipper >
Is anyone familiar with this cinch error? `execute': wrong number of arguments (1 for 2) (ArgumentError)
20:10
<
dominikh >
your execute method excepts two arguments, your match has no capture groups.
20:21
<
zipper >
Thanks, fixed.
20:21
<
zipper >
Now I have a weird issue
20:21
<
zipper >
I get output of class Wolfram::Result
20:21
<
zipper >
and to_s just adds quotes to the object
20:23
<
zipper >
It gives so much data
20:23
<
zipper >
I don't know what to keep and what not to
20:38
<
Cinchy >
[gist] wolfram (at gist.github.com, urbanslug on 2014-02-15 20:38)
21:01
<
catepillar >
it looks like the result is the most likely output that you will want
21:02
<
catepillar >
but that's far too much information for an irc response
21:02
v0n has quit [Ping timeout: 252 seconds]
21:09
<
zipper >
catepillar: It is not a string
21:09
<
zipper >
but I have found a way partially
21:11
<
catepillar >
Wolfram.fetch('boston population')["Result"]
21:11
<
catepillar >
does that return anything?
21:18
<
zipper >
catepillar: I tried with pods[1] to get the result but let me try your way
21:26
nOgAnOo has quit []
21:32
nOgAnOo has joined #cinch
21:42
v0n has joined #cinch
21:44
<
catepillar >
yea, i have a feeling that it's probably overloading the [] method to be a hash
21:44
<
catepillar >
which will probably be the most reliable way to access the results
21:45
nOgAnOo is now known as Gravy
21:46
Gravy is now known as nOgAnOo
21:48
<
zipper >
Using [Result] is bad
21:49
<
zipper >
Sometimes it returns decimal approximation instead of Result
21:50
<
zipper >
Using pods seems better more like index to an array
21:51
<
zipper >
So sometimes it's an exact result
21:51
<
zipper >
Sometimes its a result
22:06
<
zipper >
catepillar: Thank you a lot
22:07
<
zipper >
I believe you have already turned into a butterfly,
22:07
zipper has quit [Quit: leaving]
22:32
v0n has quit [Ping timeout: 248 seconds]
22:48
[krisbulman] is now known as krisbulman
22:48
krisbulman is now known as [krisbulman]
22:59
v0n has joined #cinch