mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Dec 2004
Posts: 7
R
Raveman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Dec 2004
Posts: 7
is there any way to keep that option on with exception for one channel or if not - network ?? (i got msg from guy on #incomplete that if i don't turn it off i'll be banned :| )

or is there a way to implement my own sorting ... for example not by nick but by channel?

Last edited by Raveman; 03/01/05 08:49 PM.
Joined: Mar 2004
Posts: 175
Vogon poet
Offline
Vogon poet
Joined: Mar 2004
Posts: 175
I have no idea what you are talking about.


- Relinsquish
Joined: Dec 2002
Posts: 3,547
S
Hoopy frood
Offline
Hoopy frood
S
Joined: Dec 2002
Posts: 3,547
* Andy joins the 'don't know what your talking about' queue.

Joined: Sep 2004
Posts: 237
Fjord artisan
Offline
Fjord artisan
Joined: Sep 2004
Posts: 237
Not that i'm aware of ....... but then , how would this guy know how you save your recieved files , and why should it matter to him? If its causing problems on filerecieved because he keeps changing HIS nick , perhaps he shouldnt change his nick so often.

Oh and I am assuming you are talking about Options , folders, DCC get folders Edit , Sort Files by Nickname into Own Folders.

Last edited by JAFO; 04/01/05 12:01 AM.
Joined: Dec 2004
Posts: 7
R
Raveman Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
R
Joined: Dec 2004
Posts: 7
he just knows ... i put there request on the channel and guys that are there auto-send it to me and when they do they send msg to the channel that they are sending it to me .. that how he knows ... i just want to know can i select where to save the file by script ( and if i can than how )

Last edited by Raveman; 06/01/05 05:20 PM.
Joined: Sep 2003
Posts: 4,230
D
Hoopy frood
Offline
Hoopy frood
D
Joined: Sep 2003
Posts: 4,230
Code:
CTCP ^*:DCC SEND *:{
  var %dcc.send.rename = $true
  scon -at1 if ( $nick ison #incomplete ) { var % $+ dcc.send.rename = $false }
  if (%dcc.send.rename == $true) {
    mkdir $+(",$nofile($filename),$nick,")
    dcc get $+(",$nofile($filename),$nick,")
  }
}



Try that and turn OFF sort filenames by nick into own folders.
It just checks if the nick sending the file is on #incomplete and if not then creates the folder of nick and redirects the file get to it.


Link Copied to Clipboard