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