public PlayerJoinHandler(GeoRestrictions plugin)
 {
     this.ipRegex = new Regex(@"\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b");
     this.plugin  = plugin;
     plugin.Info("Player join handler instantiated successfuly!");
 }
 public InitializationHandler(GeoRestrictions plugin)
 {
     this.plugin = plugin;
 }