dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.11
Azure has joined #cinch
rikai_ has joined #cinch
rikai has quit [Ping timeout: 240 seconds]
rikai_ is now known as rikai
rikai has quit [Changing host]
rikai has joined #cinch
Boohbah has quit [Ping timeout: 246 seconds]
Azure has quit [Quit: upgrading textual]
Azure has joined #cinch
txdv_ has joined #cinch
txdv has quit [Ping timeout: 246 seconds]
txdv_ has quit [Ping timeout: 272 seconds]
ColdBlooder has joined #cinch
rikai_ has joined #cinch
rikai has quit [Ping timeout: 246 seconds]
rikai_ has quit [Ping timeout: 240 seconds]
rikai has joined #cinch
postmodern has quit [Quit: Leaving]
Spami has joined #cinch
RedDwarf has joined #cinch
Zackio has quit [*.net *.split]
Spami has quit [Quit: This computer has gone to sleep]
BinaryMaster has joined #cinch
<BinaryMaster> Anyone around to answer a quick question?
<dominikh> for roughly 5 minutes, yes.
<somasonic> I'm around for longer but my answers are not as good as dominikh's
<BinaryMaster> how do I send a message on the :connect action
<dominikh> Channel("#meh").send("oy")
<dominikh> or User() instead of Channel
<BinaryMaster> awesome
<BinaryMaster> thank you
<BinaryMaster> One more thing other then the rubydoc is there other documentation
<dominikh> only the examples
<BinaryMaster> okay I'll hack my way through it then :) thank you
<dominikh> (easiest is to read the docs top to bottom. and then to write a proper guide and contribute it to the project :P)
<BinaryMaster> Once I hack my way through it I may try to do a youtube video tut
<somasonic> BinaryMaster, I found that the rdoc was quite sufficient for what I needed
<somasonic> and anything not covered had a page in the rdoc
<BinaryMaster> is there a way to send a notice instead of a msg in reply to ctcp version
<dominikh> there's a Message#ctcp_reply method.
<BinaryMaster> aaaahh
<dominikh> anyway, gone now, visitors are there.
<cout> visitors are where? I don't see any visitors.
<BinaryMaster> is there a notice method?
<somasonic> BinaryMaster, yes
<somasonic> .notice
jmaister has quit [Ping timeout: 246 seconds]
<somasonic> Channel("#blah").notice User("somasonic").notice
<somasonic> etc
<BinaryMaster> aaaah m.user.notice not m.notice
<BinaryMaster> logic is awesome :)
jmaister has joined #cinch
<somasonic> aye
jmaister has quit [Ping timeout: 252 seconds]
jmaister has joined #cinch
ColdBlooder has quit [Remote host closed the connection]
BinaryMaster has left #cinch [#cinch]
ColdBlooder has joined #cinch
<ColdBlooder> First of all, Merry Christmas people :)
<ColdBlooder> Secondly... In the cinch documentation it says "opped?(user)" to check if the user is opped in the channel. When i use it "if opped?(m.user)" i get the error that the method opped dosent exist...
postmodern has joined #cinch
<ayonix> you have to call it on a channel
<ColdBlooder> done
<ColdBlooder> works
<ColdBlooder> thx!