mIRC Homepage
Posted By: chrischris Notices in active window only - 20/04/06 10:52 AM
I did a search here but no results frown.

My question is: How can I make my mIRC show notices in the active window ONLY ? I activated "Show in Active" (in Options>IRC) but I still get them in all channels, and the status window. How do I set this so I only get notices in my active window?

Thanks
chris
Posted By: genius_at_work Re: Notices in active window only - 20/04/06 01:48 PM
Try adding this code to your remotes:

Code:
on ^*:NOTICE:*:?:{
  haltdef
  echo $color(notice) -at $+(-,$nick,-) $1-
}


-genius_at_work
Posted By: chrischris Re: Notices in active window only - 20/04/06 01:52 PM
Thank you!! smile
© mIRC Discussion Forums