mIRC Homepage
Posted By: teaser manual DCC accept - 18/11/03 02:26 PM
Is there a command like '/dcc accept' to manual accept a dcc transfer? Can be useful when the accept-dialog timed out or when you've accidently have an ignore on the filetype but you still want to receive the file.
The mirc helpfile isn't very clear about this.
Posted By: Online Re: manual DCC accept - 18/11/03 04:58 PM
Possible through scripting,
  • Ctcp *:dcc send *:?:{
    if $nick == my_friend && $nopath($filename) == file_i_want {
    .timer 1 0 sreq $sreq
    .sreq auto
    .timer 1 0 dcc ignore $dccignore
    .dcc ignore off
    }
    }
© mIRC Discussion Forums