I've just realized that someone asked the similar question a few days ago, and Riamus2 offered his input on using an alias to skip the equals sign presented in an ini file in conjunction with the play command:
Code:
on $*:text:/^!prizes$/iS:#: playlines # $nick
alias -l clean msg $1 $gettok($1-,2-,61)
alias -l playlines .play $+(-at,$2) clean $1 $+(prizes,$1,.ini)
The above code should do what you want.

Last edited by Tomao; 05/06/11 08:20 PM.