mIRC Homepage
Posted By: SubSpace Supressing NOTICE output - 25/08/04 01:11 PM
I'm trying to suppress the regular output of a NOTICE with a remote script with a /halt command in it.
The remote script is being executed as expected, but the regular text still shows up.
Anybody know why and how I can prevent it?

Code:
ON *:NOTICE:Text to look for:?: {
  halt
}
Posted By: dr_Eamer Re: Supressing NOTICE output - 25/08/04 01:25 PM
try
Code:
on ^*:NOTICE:<matchtext>:?:{ 
  haltdef
  ;[color:green]any other code here... [/color]  
}
Posted By: jacksparrow2 Re: Supressing NOTICE output - 25/08/04 01:26 PM
try with ^

ON ^*:NOTICE:Text to look for:?: { halt}

© mIRC Discussion Forums