a way to do this is to list all the choices in a text file and when a guest types !trigger the lfile is played to the user in a message window.

a basic version would be
Code:
on *:text:!trigger:#mychannel:{
.play -m1 $nick file.txt 1500
}

/help /play
and /help on text