mIRC Home    About    Download    Register    News    Help

Print Thread
#260972 10/07/17 06:22 AM
Joined: Jul 2016
Posts: 5
M
Mape Offline OP
Nutrimatic drinks dispenser
OP Offline
Nutrimatic drinks dispenser
M
Joined: Jul 2016
Posts: 5
Hallo

I have a little Problem with Notice. I want the Notice-Text Output stopped and create an other Output-Layout. I have this Code, it works but the Tip open to, when mIRC is active.
Can anyone help me? Thanks
Code:
on ^*:notice:*:*: { haltdef |
  echo -ta 4«»9 Notice 4«» 9<--- von 4«»7 $nick 4«»0 $1- 
  /splay C:\Program Files (x86)\mIRC\sounds\Bip2.mp3
  noop $tip($nick,$iif(#,#,Notice), $nick  $1-,5,)
}

Mape #261041 19/07/17 12:29 PM
Joined: Aug 2003
Posts: 319
P
Pan-dimensional mouse
Offline
Pan-dimensional mouse
P
Joined: Aug 2003
Posts: 319
You need to check $appactive to see whether mIRC is active or not.


Link Copied to Clipboard