mIRC Home    About    Download    Register    News    Help

Print Thread
#137792 19/12/05 09:50 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
i would like to change something but i'm having trouble.
Howcome i still see the default also ?

Code:
 on *:voice:#: {
  echo -a 5*********2 $nick geeft een +(voice) aan $2 . 5*********
  haltdef
}

on *:devoice:#: {
  echo -a 5*********2 $nick neemt de +(voice) van $2 . 5*********
  haltdef
}
 

#137793 19/12/05 10:09 AM
Joined: Apr 2004
Posts: 759
M
Hoopy frood
Offline
Hoopy frood
M
Joined: Apr 2004
Posts: 759
You need to prefix the events with a ^ this means it will be triggered BEFORE mirc default actions.

i.e: on ^*:voice:#: {


$maybe
#137794 19/12/05 10:31 AM
Joined: Feb 2005
Posts: 344
B
Fjord artisan
OP Offline
Fjord artisan
B
Joined: Feb 2005
Posts: 344
thank you


Link Copied to Clipboard