tried that still the same,
also i found another problem, i installed a fesh mirc and i get this: * /splay: invalid parameters (line 19, mp3.mrc.txt)
line 19 is this bit
alias devilsmp3 {
set %r1 $findfile(%mp3dir,*.mp3,0)
set %r2 $rand(1,%r1)
set %mp31 $findfile(%mp3dir,*.mp3,%r2)
set %mp32 $nopath(%mp31) | set %mp32 $remove(%mp32,.mp3)
splay %mp31
}