mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Apr 2006
Posts: 11
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Apr 2006
Posts: 11
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

Joined: Oct 2005
Posts: 1,741
G
Hoopy frood
Offline
Hoopy frood
G
Joined: Oct 2005
Posts: 1,741
Try adding this code to your remotes:

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


-genius_at_work

Joined: Apr 2006
Posts: 11
C
Pikka bird
OP Offline
Pikka bird
C
Joined: Apr 2006
Posts: 11
Thank you!! smile


Link Copied to Clipboard