Sorry for the errors, try this one instead:

Code:
 on *:CONNECT:{ titlebar | $+(.timer.lag.,$cid) 1 10 § $!+ $!ticks | $+(timer.lag.,$cid) -e }
on *:DISCONNECT:$+(.timer.lag.,$cid) off
on me:*:NICK:$+(timer.lag.,$cid) 1 10 § $!+ $!ticks
raw 421:& §*:{ titlebar LAG: $calc(($ticks - $right($2,-1)) / 1000) $+ s | $+(.timer.lag.,$cid) 1 10 § $!+ $!ticks | halt } 

(The onNICK event restarts the timer in case the server sends the raw to the wrong nick when you change)

-genius_at_work

Last edited by genius_at_work; 28/11/05 07:17 AM.