the quote script worked but I got some problems with the date script,

I guess that the green text is the time but what does the red "0" mean?

well, the script would basicly not run, does it mather in which tab I put them in? like remote, popups and so on?

Quote:

Code:
.timerchristmas [color:red]0[/color] [color:green] 0:01[/color] checkdate
alias checkdate {
  if ($date == 24/12/2006) {
    topic #yourchannel Merry Christmas!
    .timerchristmas off
  }
}