Unify ignore/replacement lists for the two contrib ps1 scripts.
This commit is contained in:
12
Tools/contribs_shared.ps1
Normal file
12
Tools/contribs_shared.ps1
Normal file
@@ -0,0 +1,12 @@
|
||||
$replacements = @{
|
||||
"moonheart08" = "moony"
|
||||
"Elijahrane" = "Rane"
|
||||
"ZeroDayDaemon" = "Daemon"
|
||||
"ElectroJr" = "ElectroSR"
|
||||
}
|
||||
|
||||
$ignore = @{
|
||||
"PJBot" = $true
|
||||
"ZDDM" = $true
|
||||
"TYoung86" = $true
|
||||
}
|
||||
Reference in New Issue
Block a user