mIRC Home    About    Download    Register    News    Help

Print Thread
#38502 26/07/03 11:24 PM
E
elroyK
elroyK
E
I got a haltdef in an on *pong: event. but it shows the pong reply in status anyway.. isn't there a way to stop it ?
on *:pong:{
haltdef
titlebar -- Lag $duration($calc($ctime - $2))
}

#38503 26/07/03 11:28 PM
Joined: Dec 2002
Posts: 3,015
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,015
Code:
on [color:red]^[/color]*:PONG:{
  haltdef
  titlebar -- Lag $duration($calc($ctime - $2)) 
}

#38504 26/07/03 11:34 PM
E
elroyK
elroyK
E
doh! thanks


Link Copied to Clipboard