mIRC Home    About    Download    Register    News    Help

Print Thread
#146309 02/04/06 10:06 PM
Joined: Apr 2005
Posts: 111
X
Vogon poet
OP Offline
Vogon poet
X
Joined: Apr 2005
Posts: 111
on ^1:snotice:*: {
if $1- iswm client exiting { .echo -a caca }
}


chat-clarin.com- *** Notice -- Client exiting: i have this any knows if i do it wright

#146310 02/04/06 11:04 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
Code:
 on *:SNOTICE:*client exiting*: { .echo -a caca | halt }


The problem on your code is on this part " if $1- iswm client exiting" which should be the other way around, "if *client exiting* iswm $1-" or "if client exiting isin $1-". The code I provided above would be better this way smile.


If you have a plastic floor runner over your tiles, then you're one Hella Pinoy!

Link Copied to Clipboard