alias addquote {
var %chan = $1 %quote = $3
$write(quotes.txt,$chan,%quote)
}

There are potentially more issues than that, but I thought I'd point it out since I saw it.