not to critique you, but:

Code:
alias anotice {
  var %a = 1
  while ($nick($active, %a)) {
    /notice $ifmatch $1-
    /inc %a
  }
}


But again, noticing the whole channel (/notice #chan msg) would be the best fit way >:D