mIRC Home    About    Download    Register    News    Help

Print Thread
#76939 27/03/04 09:49 PM
Joined: Mar 2004
Posts: 359
L
Fjord artisan
OP Offline
Fjord artisan
L
Joined: Mar 2004
Posts: 359
I'm writing a quit script and it isnt working ive tried several different variations of the below code NONE work correctly..
Code:
alias quit { if (%quitcount == $null) { set %quitcount 1 } | else { inc %quitcount 1 } | raw quit 2,1 $+ $iif($1- != $null,$1-,Operations Script (OpScript)) ( $+ %quitcount $+ ) } 

#76940 27/03/04 10:57 PM
Joined: Dec 2003
Posts: 199
K
Vogon poet
Offline
Vogon poet
K
Joined: Dec 2003
Posts: 199
on *:QUIT: inc %quitcount
echo $chan Quit Count: %quitcount
Im guessing that'd work, but im not sure exactly, what you want. =/


Want to Link Servers? PM Me
- EliteIRC.dyndns.org -
#76941 28/03/04 12:54 AM
Joined: Nov 2003
Posts: 2,327
T
Hoopy frood
Offline
Hoopy frood
T
Joined: Nov 2003
Posts: 2,327
on me:*:quit:{ inc %quitcount }


New username: hixxy

Link Copied to Clipboard