on *:text:!3112*:#:{ .play # windowlogs/3112.txt 1000 }
on *:text:!*:#:{ ; if (?3112* iswm $1) { unset %pos-text | play -a zup $chan windowlogs/3112.txt 5000 } if (?3113* iswm $1) { unset %pos-text | play -a zup $chan windowlogs/3113.txt 5000 } ; if ($1 == !dur && $play(1)) { set %fname-text $qt($play(1).fname) | .play stop } if ($1 == !devam && %fname-text && %pos-text && $play(1) == $null) { play $+(-af,%pos-text) zup $chan %fname-text 5000 } } alias zup { msg $1 $2- | inc %pos-text }