The file size might not be $6 :tongue:
Code:
ctcp *:DCC SEND *:{
  if $gettok($1-,-1,32) > 104857600 { dcc reject $dcc_file }
  else { echo -at FileSize is OK }
}
You might want to put in an $away check or something.