Example #1
0
 public PendingSetEnforcer(QCommand condition, string mask, BanEnforcement enforcer)
 {
     this.mask = mask;
     this.enforcer = enforcer;
     condition.OnFinished += new QCommand.OnFinishedDelegate(ExecuteIfTrue);
 }
Example #2
0
 public BanTypeMatches(BanEnforcement type)
 {
     this.type = type;
 }