mIRC Home    About    Download    Register    News    Help

Print Thread
#145290 21/03/06 03:23 PM
Joined: Feb 2006
Posts: 164
V
vexed Offline OP
Vogon poet
OP Offline
Vogon poet
V
Joined: Feb 2006
Posts: 164
I'm trying to make this echo to the status window if i'm not on the channel it happens, but if i am, then it echos to that window. But i can't seem to fathom it

Code:
Raw 820:*:{ $iif($2 = $active,$2,-s)  10,11 $+ $str($chr(160),5) $+  02 Global14/10Access in $2 has been cleared. | halt }  


any help would be great.

#145291 21/03/06 06:26 PM
Joined: Aug 2005
Posts: 525
S
Fjord artisan
Offline
Fjord artisan
S
Joined: Aug 2005
Posts: 525
Code:
raw 820:*:{
  [color:red]echo[/color] $iif($2 =[color:red]=[/color] $active,$2,-s)  10,11 $+ $str($chr(160),5) $+  02 Global14/10Access in $2 has been cleared.
  halt
}

#145292 21/03/06 06:27 PM
Joined: Mar 2005
Posts: 420
X
Fjord artisan
Offline
Fjord artisan
X
Joined: Mar 2005
Posts: 420
You don't have an echo command

Code:
 Raw 820:*:{ [color:red]echo[/color] $iif($2 == $active,$2,-s) 10,11 $+ $str($chr(160),5) $+  02 Global14/10Access in $2 has been cleared. | halt }   


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

Link Copied to Clipboard