to take this a tad further (and nothing against your coding Kurdish), you could also do this:

Code:
on *:BAN:#avatarrp: {
  if (*Krystal* iswm $bnick) || (*Crystal* iswm $bnick) { mode $chan -b $banmask }
}



As for the ban reason, you'd have to utilize the KICK reason in an on kick event. An EXAMPLEM (untested) would be:

Code:
on @*:kick:#avatarrp: {
  if (because I said so == $1-) { /unban the stored address used for the ban placed a moment ago }
}



That is an example of HOW to do it, this was merely example coding and will NOT work as coded


Those who fail history are doomed to repeat it