Id: 3506; Nick: Zuthulu; Timestamp: 2007-12-31 16:44:52; Pasted as: mIRC
Description: n/a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
alias lag {
  set %lagactive 1
  set %lag $ticks
  .quote ping : $+ $server
}
on ^*:pong:{
  if (%lagactive == 1) {
    set %lag $calc(($ticks - %lag) / 1000)
    echo -a * Ihr Lag betraegt $round(%lag,1) Sekunden! (Ganz genau sind es $calc(%lag * 1000) MilliSekunden)
    unset %lagactive
    haltdef
  }
}
 
Options: New, Download,
, mIRC Parser;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About)
Nothing to see here.