Real Ping But Fake
Platform: mIRC
Published Jun 17, 2008
Updated Jun 18, 2008
actually it's a real ping but i just add random number on the back, coz usually ping script only showing one...
so the result of the ping may believed by people who'd try it...
hope it usefull,,
On 1:Text:!ping*:#: { ctcp $nick ping | %ping.chan = $chan | %ping.wkt = $ctime }
On 1:CtcpReply:ping*: {
if ( $nick ison %ping.chan ) msg %ping.chan $nick : Ping Reply ( $+ $calc( $ctime - %ping.wkt ) $+ , $+ $rand(10,99) $+ ) seconds
unset %ping.*
}