dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.1.0
FIQ has quit [Excess Flood]
Guest66627 has joined #cinch
Guest66627 has quit [Changing host]
Guest66627 has joined #cinch
Guest66627 is now known as FIQ
postmodern has quit [Quit: Leaving]
xeviox|afk is now known as xeviox
xeviox is now known as xeviox|afk
xeviox|afk is now known as xeviox
xeviox is now known as xeviox|afk
ayonix has joined #cinch
<ayonix>
dominikh: so is your irc library in go public now?
sarkyniin has joined #cinch
<sarkyniin>
hi, just wanted to know
<sarkyniin>
can I use an array in the "on :message, 'x' do |m|"
<sarkyniin>
so it's "on :message, ['x','y'] do |m|
sarkyniin has quit [Quit: Quitte]
Dwarf has quit [Ping timeout: 272 seconds]
Dwarf has joined #cinch
<dominikh>
ayonix: sort of. the code that I did write is on github, but neither is the library complete, nor is the API optimized. it's really a prototype, and that's what it will remain.
<ayonix>
I see
<dominikh>
I am really not interested in working on IRC code anymore ;)
sarkyniin has joined #cinch
<ayonix>
Yeah i can understand that :)
<sarkyniin>
hi, just wanted to know
<sarkyniin>
can I use an array in the "on :message, 'x' do |m|" so it's "on :message, ['x','y'] do |m|