public PerUserAntiFlood(RestrictionCache restrictions)
 {
     this.restrictions = restrictions;
 }
Beispiel #2
0
 public StickerHandler(MysqlDB db, RestrictionCache restrictions)
 {
     this.db           = db;
     this.restrictions = restrictions;
 }