View Single Post
  #3  
Old 06-17-2014, 05:23 PM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Code:
s#The Hunt For Gollum
This will probably break your script from the get-go.

Some other tid-bits:
Code:
$text=~/Ok./i
This will force them to have a period in there to work.

Timers will reset on their own when they hit 0 if you don't stop them.
Reply With Quote