Advertisement
iPeer

Untitled

Jun 13th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
mIRC 0.25 KB | None | 0 0
  1. alias ping {
  2.   echo $color(CTCP) -t $active $+([,$$1,$chr(32),PING,])
  3.   .raw PRIVMSG $$1 $+($chr(1),PING) $ticks
  4. }
  5.  
  6. on *:CTCPREPLY:PING*: {
  7.   haltdef
  8.   echo $color(CTCP) -t $active $+([,$nick,$chr(32),PING,$chr(32),reply]:) $calc($ticks - $2) $+ ms
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement