Spami has quit [Quit: This computer has gone to sleep]
v0n has joined #cinch
Spami has joined #cinch
rickmasta has quit [Quit: Leaving...]
space has joined #cinch
marek has quit [Changing host]
marek has joined #cinch
space has quit []
space_ has joined #cinch
jonahR has joined #cinch
jonahR has quit [Quit: jonahR]
jonahR has joined #cinch
jonahR has quit [Client Quit]
waxjar has quit [Ping timeout: 268 seconds]
SamuelT has joined #cinch
<SamuelT>
hey all, I am running into an issue where I am running cinch to match text from another bot in my channel, but the other bot is sending into the channel as a NOTICE it seems and cinch doesn't want to match it against any regexes at that point
<Cinchy__>
[gist] gist:0ea84cf1f762e202b032 (at gist.github.com, riltsken on 2013-07-29 18:48)
<SamuelT>
dominikh: when I copy and paste the same exact text it picks up, but when my bot does it via NOTICE it does not get matched
<dominikh>
either `match /.../, react_on: :notice` if you want it for a single matcher, or `set :react_on, :notice` if it's supposed to be for the entire plugin
<dominikh>
or you can use :channel instead of :notice if you want to match both messages and notices in the channel
<SamuelT>
cool, is there any docs on that I missed somewhere?
<SamuelT>
just curious
<SamuelT>
Will try and report back. Few things to do before that :) thanks!
<kx>
a while ago, I've been told I can get user from nick instance by calling User(nick), IIRC. Can I do the same for channels? doesn't seem to work for me
<dominikh>
kx: yes you can.
sindork_ has quit [Ping timeout: 246 seconds]
Cinchy__ has quit [Read error: Connection reset by peer]
<kx>
just using Channel(name), right?
<dominikh>
correct
waxjar has joined #cinch
<kx>
okay, I'll try some more, thanks
Cinchy__ has joined #cinch
sindork has joined #cinch
davidboy has quit [Ping timeout: 246 seconds]
Donovan has joined #cinch
<Donovan>
hola
<Donovan>
took a week off, but back on cinchbot
<Donovan>
I was wondering if there's currently a built-in way to get cinch to reload it's plugins while running