mIRC Random mp3 play

Random mp3 play

alias randomp3 {
  var %dir = E:\Music\
  splay $findfile(%dir,*.mp3,$rand(1,$findfile(%dir,*.mp3,0)))
}