eeeeeeek you msg flooder. lol smile

Code:
menu nicklist {
  Say hello to all selected : {
    var %s = Hello to
    var %n
    var %m = $snick($chan,0)
    var %i = 1
    while (%i <= %m) {
      var %n = %n $snick($chan,%i)
      if ($len(%n) > 400) {
        //echo say %s %n
        var %s = and also
        var %n
      }
      inc %i
    }
    if (%n) //echo say %s %n
  }
}


This says hello to everyone selected.

PS: its a bit flood as well smile