I got a script when i type !say blabla the bot wil say blabla in the same channel, but i need something that will improve this script i now got $1 $2 etc etc....
And something that not if $adress == blabla
But if the adress is in a certain text file,,
Hope that someone can help me this is the code...

Code:
on *:TEXT:!say*:#: {
  if ($address == Dracoz@Omerta-9c60a577.only.thing.we.fear.is.running.out-of-beer.nl) {
    /msg $chan $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12
  }
}