dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
geopet has quit []
v1n has quit [Ping timeout: 252 seconds]
v1n has joined #cinch
v1n has quit [Ping timeout: 252 seconds]
Dwarf has joined #cinch
geopet has joined #cinch
geopet has quit [Client Quit]
geopet has joined #cinch
cloud|nix has joined #cinch
cloud|nix has quit [Client Quit]
cloud|nix has joined #cinch
cloud|nix is now known as cloud|zzz
geopet has quit []
cloud|zzz is now known as cloud|nix
nOgAnOo has quit [Quit: Jesus Christ is Lord! Also, "AIN'T NOTHING AN OLD COUNTRY BOY LIKE ME CAN'T HACK." - John Denver]
cloud|nix has quit [Ping timeout: 264 seconds]
cloud|nix has joined #cinch
cloud|nix has quit [Quit: Ex-Chat]
cloud|nix has joined #cinch
geopet has joined #cinch
geopet has quit []
Netfeed has quit [Changing host]
Netfeed has joined #cinch
cloud|nix_ has joined #cinch
cloud|nix has quit [Ping timeout: 264 seconds]
cloud|nix_ has quit [Ping timeout: 264 seconds]
kludge` has quit [Ping timeout: 265 seconds]
kludge` has joined #cinch
cloud|nix has joined #cinch
cloud|nix has quit [Ping timeout: 240 seconds]
postmodern has quit [Quit: Leaving]
cloud|nix has joined #cinch
cloud|nix has quit [Read error: Connection reset by peer]
cloud|nix has joined #cinch
cloud|nix has quit [Client Quit]
cloud|nix has joined #cinch
cloud|nix has quit [Quit: Ex-Chat]
v1n has joined #cinch
v1n has quit [Ping timeout: 240 seconds]
xeviox|afk is now known as xeviox
hephaestus_rg has joined #cinch
<hephaestus_rg> if i use cinch with twitch.tv's irc every message comes with the PRIVMSG
<hephaestus_rg> is that normal?
<dominikh> I am not sure I understand what you mean by that.
<hephaestus_rg> because even if i use a catch-all regex, it doesn't seem to match
<hephaestus_rg> let me double check on another irc server
<hephaestus_rg> maybe there's somethign wrong with my regex, what's a regex that would match anything?
<dominikh> depends if you're using the plugin API or `on` handlers.
<hephaestus_rg> plugin api with the match method
<hephaestus_rg> i have match /.*/i but it doesn't seem to pick anything up
<dominikh> because there's still the default prefix of /^!/
<dominikh> so either disable that plugin-wide with `set :prefix, //`, or for the match with `match /whatever/, use_prefix: false`
<dominikh> also, if you want to match all messages, use `listen_to :message`, not a matcher
<hephaestus_rg> i was trying to listen to all messages to find the source of the problem, but now i think i've got it, thanks
<dominikh> great, good night then
hephaestus_rg has quit [Quit: hephaestus_rg]
v1n has joined #cinch
hephaestus_rg has joined #cinch
v1n has quit [Ping timeout: 252 seconds]