Or a new event and some $vars

ON DCC => When someone is trying to send you a file
$dcc_file => The file that someones send you
$dcc_file_size => The size of file that someones send you
And that you can do a script such like
on *:DCC:*:{
if $dcc_file_size > 100000 {
dcc reject $dcc_file
}
else {
echo -at FileSize is OK
}
}
I don't know how I can fix this otherwise ?
there is no RAW code for sending DCC I think
