oh hey, happens to the best of us

and btw, to the original poster, you'd want to change the event to be like this:
on @*:ban:#avatarrp: {
if (*Krystal* iswm $bnick) || (*Crystal* iswm $bnick) { mode $chan -b $banmask }
}
.... so it only happens IF you're an op. Also, the BAN vs ban doesnt matter, I just like using lowercase on events though when I first started out I used caps - it doesnt matter though.