mIRC Simple Channel Counter

Simple Channel Counter

on 1:join:#:{
  if ($nick == $me) halt
  notice $nick Welcome to # $nick !
  inc %user. $+ # 1
  notice $nick You are user number %user. [ $+ [ # ] ] in the channel !
  }
}