on 1:TEXT:*:#: {
if ($1== @quote) {
if ($2 == $null) { msg $chan $read(quote.txt, $2) }
if ($2 isin $read(quote.txt, $2)) { msg $chan $read(quote.txt, $2) }
}
if ($1 == @addquote) { write quote.txt $2 | msg $chan [Quote Added] }
if ($1 == @quotenum) { msg $chan There are $lines(quote.txt) stored }
}