2013-12-09 19:05
dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
00:16
v0n has joined #cinch
02:31
krisbulman is now known as [krisbulman]
02:41
thews_ is now known as thews
02:41
thews has quit [Changing host]
02:41
thews has joined #cinch
02:47
v0n has quit [Ping timeout: 245 seconds]
03:09
[krisbulman] is now known as krisbulman
03:10
catepillar has quit [Ping timeout: 265 seconds]
03:11
catepillar has joined #cinch
03:42
krisbulman is now known as [krisbulman]
04:04
[krisbulman] is now known as krisbulman
04:34
krisbulman is now known as [krisbulman]
04:42
leftylink has quit [Quit: no]
04:45
leftylink has joined #cinch
05:22
housecat has joined #cinch
05:23
<
housecat >
hey guys
05:24
<
housecat >
im having an issue getting cinch to work properly
05:24
<
housecat >
even the basic hello world example on the git isnt working for me
05:24
<
housecat >
i was wondering if i could get some help
05:24
<
dominikh >
the basic one or the plugin one?
05:25
<
housecat >
basic one
05:25
<
dominikh >
show me. bring that bot here
05:26
<
housecat >
its running
05:27
<
housecat >
isnt in here
05:27
<
housecat >
i was trying it on the cinch-bots channel too
05:27
<
dominikh >
well I'd like it here :)
05:27
<
housecat >
i get that
05:27
<
housecat >
but i just tried it in here
05:28
<
housecat >
but it doesnt connect
05:28
<
housecat >
the output mentions something about a forcible disconnect
05:28
<
housecat >
by the remote host
05:28
<
dominikh >
show me the log then.
05:28
<
catepillar >
log and the config would be nice
05:29
<
dominikh >
I haven't seen the bot in the other channel either, so… yeah
05:30
<
housecat >
heres the log
05:30
<
housecat >
how should i get the config to you
05:31
<
dominikh >
you'll have to consult with either your network operator or freenode. does not look like a cinch-related issue to me
05:31
<
housecat >
ive been suspecting that
05:31
<
catepillar >
you can post the config on pastebin
05:31
<
catepillar >
its probably the bot.rb file
05:32
<
housecat >
heres the bot.rb
05:32
<
dominikh >
and seeing that you're using Windows, check that neither your AV nor firewall are interfering
05:33
leftylink has quit [Read error: Connection reset by peer]
05:34
leftylink has joined #cinch
05:35
<
housecat >
im guessing its an issue with my schools network
05:35
<
dominikh >
might be a possibility
05:36
<
housecat >
actually
05:36
<
housecat >
thats exactly what it is
05:36
<
dominikh >
what made you so sure?
05:37
<
housecat >
i just tried to get on any server on mirc
05:37
<
housecat >
and i couldnt
05:37
<
dominikh >
there you go
05:37
<
housecat >
guess so
05:37
leftylink has quit [Client Quit]
05:37
<
housecat >
thanks for the help
05:37
housecat has left #cinch [#cinch]
05:39
leftylink has joined #cinch
05:40
leftylink has quit [Client Quit]
05:43
leftylink has joined #cinch
05:46
<
dominikh >
darn, should've suggested SSL.
08:51
nOgAnOo has quit [Ping timeout: 264 seconds]
08:57
xeviox|afk is now known as xeviox
09:06
nOgAnOo has joined #cinch
10:33
kludge` has quit [Ping timeout: 245 seconds]
10:36
kludge` has joined #cinch
11:25
nOgAnOo has quit [Quit: Jesus Christ is Lord!]
11:36
nOgAnOo has joined #cinch
13:29
nOgAnOo has quit [Quit: Jesus Christ is Lord! Also, "AIN'T NOTHING AN OLD COUNTRY BOY LIKE ME CAN'T HACK." - John Denver]
13:41
[krisbulman] is now known as krisbulman
14:26
leftylink has quit [Ping timeout: 265 seconds]
14:26
leftylink has joined #cinch
14:46
krisbulman is now known as [krisbulman]
14:47
[krisbulman] is now known as krisbulman
15:05
v0n has joined #cinch
15:15
krisbulman is now known as [krisbulman]
15:44
[krisbulman] is now known as krisbulman
17:11
xeviox is now known as xeviox|afk
17:48
ayonix is now known as ayonix__
17:48
ayonix__ is now known as ayonix
19:25
krisbulman is now known as [krisbulman]
19:33
[krisbulman] is now known as krisbulman
20:35
krisbulman is now known as [krisbulman]
22:00
v0n has quit [Ping timeout: 245 seconds]
22:44
gtech_ has joined #cinch
22:45
<
gtech_ >
Anyone there?
22:45
<
dominikh >
sometimes.
22:45
<
gtech_ >
I'm trying to create an Observable IRC bot with notifies on a certain message event
22:46
<
onewheelskyward >
Well, you're in luck.
22:46
<
gtech_ >
how do I set that up?
22:46
<
dominikh >
I have no idea what an observable bot is
22:47
<
deb >
is there a way i can change th bindhost to one used by default when i have several ipv6 with all A, AAA, PRT dns records setup and fine by znc and ssh to the ipv6/ipv4 ?
22:48
<
gtech_ >
the block from Cinch::Bot.on is run by Callback, not Bot, so I'm stuck
22:48
<
dominikh >
gtech_: there's no need to use the block form
22:48
<
Cinchy >
[URL] File: Bot options — Documentation for cinch (2.0.12)
22:48
<
deb >
dominikh, reading
22:49
<
dominikh >
gtech_: you can just as well do bot = Cinch::Bot.new; bot.config.foo = bar; bot.on(...) {} – the on handlers will execute in Callback though, fwiw – or you can use the plugin architecture.
22:50
<
gtech_ >
dominikh: so you're saying
22:51
<
gtech_ >
I have to make a plugin to make it work?
22:51
<
dominikh >
probably.
22:51
<
gtech_ >
I guess I could make Callback observable...?
22:52
<
gtech_ >
ah no I don't have the object for the observer
22:52
<
dominikh >
you shouldn't monkeypatch other people's classes, either.
22:52
<
gtech_ >
heh what's the alternative?
22:52
<
dominikh >
write a plugin.
22:52
<
gtech_ >
off to rtfm
22:53
<
dominikh >
if I ever rewrote Cinch (I won't) there won't be on handlers in the first place.
22:53
<
dominikh >
they're terrible for properly designed bots
22:53
<
dominikh >
(well, and the Callback idea was terrible, too.)
22:55
<
onewheelskyward >
on :channel, on :message and whatnot you're speaking of?
22:57
<
onewheelskyward >
I haven't used those yet. well, I guess on :channel by default.
22:57
<
onewheelskyward >
I'm about to impl a monitor.
22:57
<
onewheelskyward >
We'll see how it goes.
23:09
v0n has joined #cinch
23:11
<
gtech_ >
dominikh: woot woot, it works, thanks!
23:11
<
dominikh >
:) great
23:34
v0n has quit [Quit: WeeChat 0.4.3]
23:34
v0n has joined #cinch