alias buy {
/msg $chan Welcome $nick What would you like to by?
/notice $nick Blue Potion 500coins Restores 10HP
/notice $nick Crystal Blue Potion 1000coins Restores 50HP
/notice $nick Heal Potion 3000coins Restores 150HP
/notice $nick Elixer of Heal 10000coins Restores 5000HP
if (Blue_Potion isin $1-) {/msg $chan Just Testing}
}