Code:
on *:TEXT:TEST:#: {
  if (%flood. [ $+ [ $nick ] ] == $null) {
    /msg $chan BOT SEND TEXT
    /set -u10 %flood. [ $+ [ $nick ] ] 1
  }
}


I use this code i will to learn to make a Else and i want it per day not 10 sec.


How do i add a exception nick
Code:
if($nick == MyNick) do not turn the flood protection on if nick is not MyNick turn the flood protection on


And how to add multiple response text on *:TEXT:TEST | TEST1 | TEST2:#: {