dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
djbkd has quit [Remote host closed the connection]
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]
_Blizzy has quit [Quit: Leaving]
iamayam has quit [Ping timeout: 240 seconds]
iamayam has joined #cinch
frdmn has quit [*.net *.split]
kith has quit [*.net *.split]
literal has quit [*.net *.split]
kith has joined #cinch
frdmn has joined #cinch
literal has joined #cinch
literal has quit [*.net *.split]
frdmn has quit [*.net *.split]
kith has quit [*.net *.split]
tekk has quit [*.net *.split]
Rylee has quit [*.net *.split]
nickrw has quit [*.net *.split]
Dwarf has quit [*.net *.split]
badeball has quit [*.net *.split]
leftylink has quit [*.net *.split]
kimoto_________ has quit [*.net *.split]
postmodern has quit [*.net *.split]
lagweezle has quit [*.net *.split]
irsol has quit [*.net *.split]
Liothen has quit [*.net *.split]
Paradox has quit [*.net *.split]
ruok has quit [*.net *.split]
cyrusdav- has quit [*.net *.split]
CM-Punk has quit [*.net *.split]
dominikh has quit [*.net *.split]
dominikh has joined #cinch
cyrusdav- has joined #cinch
ruok has joined #cinch
Paradox has joined #cinch
postmodern has joined #cinch
badeball has joined #cinch
nickrw has joined #cinch
Liothen has joined #cinch
Dwarf has joined #cinch
irsol has joined #cinch
CM-Punk has joined #cinch
lagweezle has joined #cinch
kith has joined #cinch
Rylee has joined #cinch
leftylink has joined #cinch
tekk has joined #cinch
kimoto_________ has joined #cinch
literal has joined #cinch
frdmn has joined #cinch
Dwarf has quit [Quit: Oops I quit]
Dwarf has joined #cinch
djbkd has joined #cinch
djbkd has quit [Quit: My people need me...]
rikai has joined #cinch
postmodern has quit [Ping timeout: 240 seconds]
postmodern has joined #cinch
rikai has quit [*.net *.split]
kith has quit [*.net *.split]
tekk has quit [*.net *.split]
Rylee has quit [*.net *.split]
nickrw has quit [*.net *.split]
badeball has quit [*.net *.split]
leftylink has quit [*.net *.split]
kimoto_________ has quit [*.net *.split]
postmodern has quit [*.net *.split]
lagweezle has quit [*.net *.split]
irsol has quit [*.net *.split]
Liothen has quit [*.net *.split]
Paradox has quit [*.net *.split]
ruok has quit [*.net *.split]
cyrusdav- has quit [*.net *.split]
CM-Punk has quit [*.net *.split]
dominikh has quit [*.net *.split]
kith has joined #cinch
tekk has joined #cinch
rikai has joined #cinch
nickrw has joined #cinch
Rylee has joined #cinch
Rylee has quit [Max SendQ exceeded]
kimoto_________ has joined #cinch
badeball has joined #cinch
leftylink has joined #cinch
Rylee has joined #cinch
postmodern has joined #cinch
Liothen has joined #cinch
Paradox has joined #cinch
irsol has joined #cinch
lagweezle has joined #cinch
cyrusdav- has joined #cinch
dominikh has joined #cinch
CM-Punk has joined #cinch
cyrusdav- has quit [Max SendQ exceeded]
cyrusdavid has joined #cinch
ruok has joined #cinch
postmodern has quit [Quit: Leaving]
postmodern has joined #cinch
djbkd has joined #cinch
djbkd has quit [Remote host closed the connection]
FIQ has quit [*.net *.split]
Guest36369 has joined #cinch
djbkd has joined #cinch
djbkd has quit [Ping timeout: 250 seconds]
djbkd has joined #cinch
Dunke has joined #cinch
<Dunke> is listen_to :connect broken or something?
<dominikh> no, it's not
<dominikh> should not be, anyway
<Dunke> weird, I can't get it to work
<dominikh> you seem to be right
<dominikh> well that's disappointing
<leftylink> sad
<Dunke> oh really? didn't expect that
<dominikh> ah, nope, I'm just blind. it does work
<leftylink> I thought catty had an opinion on how to deal listen_to :connect. let me check logs for what he said
<Dunke> oh good, then it's just my shitty programming
<leftylink> heh, I notice someone has the cinch nick
<dominikh> yup.
<Dunke> interesting, when I copy your code it's working, but when I use it in my code it's not working
<leftylink> :o
<dominikh> then your code is wrong ;)
<Dunke> most likely
<Dunke> it seems my initialize method fucked it up
<Dunke> oh thanks :D
<Dunke> I had forgotten super
<Dunke> so listen_to :connect works now
<dominikh> whee.
<Dunke> that solved about all my issues
<dominikh> even better!
<Dunke> last piece of the puzzle here.. when you send a message to a channel without m.reply, do you include the hashtag? like Channel('#cinch-bots').send "hello"
<dominikh> that's not a hashtag, that's the channel's name. and yes, usually channel names begin with a #
<onewheelskyward> Sometimes they have more than one pound sign.
<dominikh> and sometimes, albeit very rarely nowadays, they start with a & instead ;)
<dominikh> more than one pound sign is just a weird freenode convention, though
<Dunke> pound sign, noted
<Dunke> and thanks for all the help :) would never have figured this all out on my own
<onewheelskyward> &channel? What is the world coming to?!
<dominikh> &channels are server local channels
<dominikh> one doesn't see that all too often anymore because most networks don't support it
<dominikh> the bitlbee server uses a & channel for the control channel by default, though
<onewheelskyward> Ah. It kind of removes the relay from relay chat.
<dominikh> well, it's still relaying between clients ;) just not servers
<onewheelskyward> Hmm, that's true.
* onewheelskyward makes a channel called #& just to mess around
<onewheelskyward> I need to spend some time turning my plugins into gems.