mIRC Home    About    Download    Register    News    Help

Print Thread
#46882 03/09/03 01:15 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
Code:
on 1:wallops:*:{
  if ([color:red]ACTIVE WINDOW == STATUS[/color]) {
    halt
  }
  else {
    echo.grey Wallops from $nick $+ : $1-
  }
}

#46883 03/09/03 01:21 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
Code:
on 1:wallops:*:{  
  if ($active == status window) {   
    halt  
  } 
  else {    
    echo.grey Wallops from $nick $+ : $1-  
  }
}

presuming you have your own echo.grey alias.....


new username: tidy_trax
#46884 03/09/03 01:47 PM
Joined: Dec 2002
Posts: 483
Deep3D Offline OP
Pan-dimensional mouse
OP Offline
Pan-dimensional mouse
Joined: Dec 2002
Posts: 483
Thanks.. smile

echo.grey { echo 14 -at * $1- }

#46885 03/09/03 01:48 PM
Joined: May 2003
Posts: 2,265
P
Hoopy frood
Offline
Hoopy frood
P
Joined: May 2003
Posts: 2,265
np smile


new username: tidy_trax

Link Copied to Clipboard