I would like to see that feature to, but in the mean time you can script it, something like this:
ctcp *:DCC SEND:{
; This will auto-get all .mp3 files to the folder MP3
if (.mp3 isin $3) {
dcc get $mircdirMP3\ $+ $filename
}
; This would auto-ingore all .vbs files
elseif (.vbs isin $3) {
echo 4 -a $nick Tried to send me $3
echo 4 -a Send blocked...
haltdef
}
}
For this script to work you DO have to turn auto-get on. So be sure you have a secure script before using it.