napa182 commented on a Page, Very Simple Time Counter (Cronometer)  -  Dec 16, 2009

or you can also make it so more than one person can use it at the same time

on $*:TEXT:/^!(start|stop|info)$/iS:#:{
  if ($regml(1) == start && !$($+(%,startime,.,$nick),2)) { 
    set $+(%,startime,.,$nick) $nick $ctime 
    msg # Counter For $gettok($($+(%,startime,.,$nick),2),1,32) has been initiated
  }
  if ($regml(1) == stop && $nick == $gettok($($+(%,startime,.,$nick),2),1,32)) { 
    msg # Timer For $gettok($($+(%,startime,.,$nick),2),1,32) has been stopped at 12 $duration($calc($ctime - $gettok($($+(%,startime,.,$nick),2),2,32))) 
    unset $+(%,startime,.,$nick) 
  }
  if ($regml(1) == info && !$($+(%,floodt,.,#),2)) { 
    set -eu30 $+(%,floodt,.,#) on 
    msg # Created by Carlosrevilla. Get The snippet @ http://www.hawkee.com/snippet/7032/
  }
}
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.