I think he is missing the trigger. His first post said he has this in his remotes file:

Originally Posted By: Striker


{ timer -m 1 3600 msg $chan The message to channel }



If that's true, you need a trigger in your remotes file as well.

Code:
on *:text:*!trigger:#: {
 .timer 1 3600 msg $chan The message to channel 
}


twitter @keyeslol