on *:TEXT:!giveaway enter:#: {
if (!$read(giveaway.txt,nw,$nick)) {
write giveaway.txt $nick
msg $chan $nick - you have been entered in to the giveaway!
}
}

This tells mIRC if the nickname being added does not exist already. If one exists, mIRC will ignore him or her.