fork(2) download
  1. bind ctcr - PING ctcr:pingreply
  2. proc ctcr:pingreply {nick uhost hand dest key arg} {
  3. set dur [expr [unixtime] - $arg]
  4. puts "NOTICE $nick :Your ping reply took $dur seconds"
  5. }
  6.  
  7. ctcr:pingreply (1 2 3 4 5 6)
Runtime error #stdin #stdout 0.03s 5272KB
stdin
Standard input is empty
stdout
Standard output is empty