dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.2.4
sarkyniin has quit [Remote host closed the connection]
TieSoul_ has quit [Quit: No Ping reply in 180 seconds.]
TieSoul has joined #cinch
Azure has quit [Quit: Blue Sky Fish]
Azure has joined #cinch
Azure has quit [Client Quit]
Dunke has quit [Read error: Connection reset by peer]
Azure has joined #cinch
TieSoul has quit [Quit: No Ping reply in 180 seconds.]
TieSoul has joined #cinch
ChasedSpade has quit [Remote host closed the connection]
ChasedSpade has joined #cinch
TieSoul has quit [Quit: No Ping reply in 180 seconds.]
TieSoul has joined #cinch
TieSoul_ has joined #cinch
TieSoul has quit [Ping timeout: 245 seconds]
green-big-frog is now known as frog|OFF
xbob has joined #cinch
postmodern has joined #cinch
frog|OFF is now known as green-big-frog
Azure has quit [Ping timeout: 264 seconds]
Azure has joined #cinch
green-big-frog is now known as frog|OFF
frog|OFF is now known as green-big-frog
TieSoul has joined #cinch
TieSoul_ has quit [Ping timeout: 245 seconds]
TieSoul_ has joined #cinch
green-big-frog is now known as frog|OFF
TieSoul has quit [Ping timeout: 245 seconds]
frog|OFF is now known as green-big-frog
sarkyniin has joined #cinch
TieSoul has joined #cinch
NotSoul has joined #cinch
TieSoul_ has quit [Ping timeout: 245 seconds]
TieSoul has quit [Ping timeout: 245 seconds]
postmodern has quit [Quit: Leaving]
sarkyniin has quit [Ping timeout: 264 seconds]
NotSoul is now known as TieSoul
sarkyniin has joined #cinch
sarkyniin has quit [Read error: Connection reset by peer]
sarkyniin has joined #cinch
sarkyniin has quit [Client Quit]
Dunke has joined #cinch
britneywright has joined #cinch
sarkyniin has joined #cinch
sarkyniin has quit [Ping timeout: 246 seconds]
sarkyniin has joined #cinch
sarkyniin has quit [Ping timeout: 244 seconds]
xbob has quit [Quit: My Mac has gone to sleep. ZZZzzz…]
sarkyniin has joined #cinch
sarkyniin has quit [Ping timeout: 250 seconds]
danielbucher has joined #cinch
danielbucher has left #cinch [#cinch]
xbob has joined #cinch
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
_djbkd has joined #cinch
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #cinch
_djbkd has quit [Read error: Connection reset by peer]
djbkd_ has joined #cinch
green-big-frog is now known as frog|OFF
britneywright has joined #cinch
postmodern has joined #cinch
postmodern has quit [Changing host]
postmodern has joined #cinch
xbob has quit [Quit: Bye :)]
djbkd_ has quit [Remote host closed the connection]
rooby has joined #cinch
<rooby>
how can I go about getting the bot to do a usermode on connect
britneywright has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<leftylink>
rooby: in my `configure do |c|` block I have `c.modes = ['p']`, etc
_djbkd has joined #cinch
_djbkd has quit [Ping timeout: 245 seconds]
_djbkd has joined #cinch
<rooby>
leftylink isnt that a channel mode?
_djbkd has quit [Remote host closed the connection]
_djbkd has joined #cinch
_djbkd has quit [Ping timeout: 245 seconds]
_djbkd has joined #cinch
<rooby>
leftylink yeah that worked, thanks
<rooby>
leftylink what would trigger a channel join?
<rooby>
on :message, "jointest" do |c| c.join "#test2"
<rooby>
c.join seems to not exist
<leftylink>
rooby: perhaps c.join doesn't exist, but it is certain that Channel#join does exist. I infer form that code that `c` is not a Channel, then...
<leftylink>
rooby: sorry I am a bit rusty on how `on` works, but if I had to make a blind guess I would guess that `c` there is a Message?
<leftylink>
dominikh: maybe a link to the rubydoc in the topic? I seem to need it from time to time when I am here
<rooby>
im not sure
<rooby>
i just wanted to get the bot to join a message when I send a certain string
<rooby>
to join a channel*
<leftylink>
rooby: well, you have my blind guess as to what `c` is there, although now that I have mentioned that, I realize that is completely irrelevant... can still use Channel#join regarldess of what `c` is