Code:
on *:text:hi:#: {
  if (%flood || $+(%,flood.,$nick)) { return }
  set -u10 %flood On
  set -u1800 %flood. $+ $nick On
  msg $chan Hello, $nick $+ .
}

this script is not working by me frown it is old version of the script may be? who can correct it?
Problem in this line?:
Code:
  if (%flood || $+(%,flood.,$nick)) { return }

Last edited by PrivetVsem; 19/06/13 03:52 PM.