That's because of this:

Code:
on *:text:*:#: {
  if ($1- == %raffle) {
    msg $chan /subscribers  
    msg $chan /me Annnnnd $nick is the winner with the number %raffle $+ !!!!!!
    unset %raffle
    .timerraffle 1 10 msg $chan /subscribersoff
  }
  else { }
}


Open your scripts editor and go to file > new.
Put the script in there rather than mix them all together. Also, try remaining organized by renaming each file to whatever it corresponds to (ie: Commands, Filters, Giveaways, etc...) that way when you want to add/remove/edit something you can find it a little easier.