mIRC Home    About    Download    Register    News    Help

Print Thread
#16943 25/03/03 11:20 PM
Joined: Feb 2003
Posts: 83
L
LO_KEY Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
How can I limit the max speed ofa dcc send ?


any help would make me happy
#16944 26/03/03 01:23 AM
Joined: Dec 2002
Posts: 332
C
Fjord artisan
Offline
Fjord artisan
C
Joined: Dec 2002
Posts: 332
The /dcc maxcps <N> command can be used to changed the Max Cps value on the fly.

Note: This setting is also applied to /dcc sends initiated in a remote script. You can override this by using /dcc send -lN switch, limits transfer speed for a dcc send to N cps. If you specify zero, no limit is applied.

that what your looking for ?

#16945 26/03/03 11:01 PM
Joined: Feb 2003
Posts: 83
L
LO_KEY Offline OP
Babel fish
OP Offline
Babel fish
L
Joined: Feb 2003
Posts: 83
damn i looked in dcc help to,

so easy....

dcc send $iif( $read_ini(Options,MaxCps) >= 1, $read_ini(Options,MaxCps) ) $gettok($read_ini(Queues,%count),1,32) $gettok($read_ini(Queues,%count),2-,32)


thank you.



any help would make me happy

Link Copied to Clipboard