possibly this could work... just enter /ignore nick and /ignore -r nick to clear it

Code:
ignore { 
  if ($1 === -r) { /!ignore -r $address($1,1) }
  else { /!ignore $address($1,1) | notice $nick You have been Ignored. }
}