mIRC Home    About    Download    Register    News    Help

Print Thread
#38502 26/07/03 11:24 PM
Joined: Jun 2003
Posts: 36
E
elroyK Offline OP
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Jun 2003
Posts: 36
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,138
C
Hoopy frood
Offline
Hoopy frood
C
Joined: Dec 2002
Posts: 3,138
Code:
on [color:red]^[/color]*:PONG:{
  haltdef
  titlebar -- Lag $duration($calc($ctime - $2)) 
}

#38504 26/07/03 11:34 PM
Joined: Jun 2003
Posts: 36
E
elroyK Offline OP
Ameglian cow
OP Offline
Ameglian cow
E
Joined: Jun 2003
Posts: 36
doh! thanks


Link Copied to Clipboard