mIRC Send notice to all queries

Send notice to all queries

alias lq {
  var %start = 0
  while (%start != $query(0)) {
    inc %start
    .notice $query(%start) Text
  }
}