I need to make a script that automatically kills any user that joins a particular channel. I have that much working, but how do I exclude myself?

This is what I have now.

on *:join:#spambotsgohere:{
kill $nick No spamming on this server
}