robotmay has quit [Remote host closed the connection]
tempestas has joined #cinch
tempestas has left #cinch [#cinch]
tempestas has joined #cinch
<tempestas>
hi, i was wondering if someone could help me with a problem i've been having with listening to :dcc_send (the event doesn't seem to trigger)?
<dominikh>
which version of cinch are you running?
<tempestas>
2.0.3
<dominikh>
show me a minimal example and the associated log :)
<dominikh>
tempestas: censoring the log doesn't do you any good :) does the real file name contain spaces?
<tempestas>
dominikh: i didn't alter the log? the real file name does contain spaces
<tempestas>
i mean there is more to the log but there's quite a bit and i think it's random channel traffic
<dominikh>
tempestas: oh, the "searchbot_results_..." stuff is the actual name?
<tempestas>
yeah
<dominikh>
well then. you'll need to install cinch from git. there have been some improvements to the DCC support, one being support for file names with spaces in them
<tempestas>
oh
<tempestas>
i see where this goes wrong
<tempestas>
around here? if msg.message =~ /^\001DCC SEND (?:"([^"]+)"|(\S+)) (\d+) (\d+)(?: (\d+))?\001$/
<tempestas>
thank you for your help
<dominikh>
that's actually the working version. but yes, that's the line
<dominikh>
(there are some other improvements in the current master branch, too. mainly more robust and faster downloads)