Unify ignore/replacement lists for the two contrib ps1 scripts.

This commit is contained in:
Pieter-Jan Briers
2022-05-16 22:27:29 +02:00
parent f223b8ec08
commit b0e4fc4b8c
5 changed files with 19 additions and 21 deletions

12
Tools/contribs_shared.ps1 Normal file
View File

@@ -0,0 +1,12 @@
$replacements = @{
"moonheart08" = "moony"
"Elijahrane" = "Rane"
"ZeroDayDaemon" = "Daemon"
"ElectroJr" = "ElectroSR"
}
$ignore = @{
"PJBot" = $true
"ZDDM" = $true
"TYoung86" = $true
}