I want to make a script that if a certain nick is banned to unban it...but ONLY if the ban reason was a specific reason.

Code:
on 1:BAN:#avatarrp: {
if ($banmask == *Crystal*) || if ($banmask == *Krystal*)
{ if ($nick == ADZBot) }
/mode -b Crystal | /mode -b Krystal


That's all I got as of yet frown