mIRC Home    About    Download    Register    News    Help

Print Thread
#87577 19/06/04 10:13 PM
Joined: Jun 2004
Posts: 1
E
Enkidu Offline OP
Mostly harmless
OP Offline
Mostly harmless
E
Joined: Jun 2004
Posts: 1
Making an identifier to return the max dcc sends (the one set in the DCC options) for scripts would be useful.

I find making a varible to keep track of this number to be a bit annoying frown.

#87578 19/06/04 10:22 PM
Joined: Jan 2003
Posts: 2,523
Q
Hoopy frood
Offline
Hoopy frood
Q
Joined: Jan 2003
Posts: 2,523
Don't know if you know this, but you can use $gettok($readini($mircini,options,n2),21,44)


/.timerQ 1 0 echo /.timerQ 1 0 $timer(Q).com
#87579 19/06/04 10:36 PM
Joined: Mar 2004
Posts: 130
T
Vogon poet
Offline
Vogon poet
T
Joined: Mar 2004
Posts: 130
you could easy make your ohwn Identify with qwerty-s post

alias maxsend { return $gettok($readini($mircini,options,n2),21,44) }

then $maxsend , is your ohwn Identify smile


Link Copied to Clipboard