mIRC Home    About    Download    Register    News    Help

Print Thread
#60906 18/11/03 02:26 PM
Joined: Nov 2003
Posts: 4
T
teaser Offline OP
Self-satisified door
OP Offline
Self-satisified door
T
Joined: Nov 2003
Posts: 4
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.

#60907 18/11/03 04:58 PM
Joined: Dec 2002
Posts: 1,922
O
Hoopy frood
Offline
Hoopy frood
O
Joined: Dec 2002
Posts: 1,922
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
    }
    }


Link Copied to Clipboard