I am trying to load the same script but for different servers+channels so I would change #options to another channel

Code:

starttimerlist timer1 01:00 1 1 starttimer

starttimer {
  timer2 1 120 starttimerlist
  if (($asctime(dddd) == saturday) || ($asctime(dddd) == sunday)) return
  timerlist
}
timerlist {
  timer4 7:20 1 1 /msg #options 1,9MARKET OPEN IN 10 MINUTES
  timer5 7:30 1 1 /msg #options 6,1ƒ3ƒ7ƒ14ƒ10ƒ12ƒ4ƒ13ƒ9ƒƒ11ƒƒ8ƒƒ0,10,1*0,1 Ding Ding Ding Ding Dong 0,1*0,18ƒƒ11ƒƒ9ƒƒ13ƒ0,14ƒ12ƒ10ƒ14ƒ7ƒ3ƒ6ƒ
  timer6 10:00 1 1 /msg #options 8,6 East Coast Lunch 0,14 0,15 0,0 0,15 0,14 0,1 4,1E10\· · · ½ · · ·9F30,1 0,14 0,15 0,0 0,15 0,14 8,6 Fill er up !!
  timer7 11:00 1 1 /msg #options 8,6 East Coast Lunch 0,14 0,15 0,0 0,15 0,14 0,1 4,1E10· · · ½ · · ·/9F30,1 0,14 0,15 0,0 0,15 0,14 8,6 Over !!
  timer8 11:30 1 1 /msg #options 13COMEX GOLD MARKET CLOSED
  timer9 13:00 1 1 /msg #options 13BOND MARKET CLOSED
  timer10 13:45 1 1 /msg #options 4Last 15 mins of Trading
  timer11 14:00 1 1 /msg #options 4Worlds Biggest Casino Declared Closed "Afterhour Trading In Effect"
  timer12 14:15 1 1 /msg #options 4Globex Market Closed
  timer14 18:00 1 1 /msg #options 2After Hour Trading 4"Closed"
  timer15 18:01 1 1 /topic #options Welcome to #options - Discussion of Stocks and Options
}


how would I do that?