Kirby commented on a Page, Count (Seconds)   -  Feb 14, 2009
      elseif (!%count) { msg No count started }

should be

      elseif (!%count) { msg $chan No count started }

and

      if (%count) && ($nick !== %count3) { msg You didn't start the count }

should be

      if (%count) && ($nick !== %count3) { msg $chan You didn't start the count }

right?

 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.