Remove global chat integration.
This commit is contained in:
committed by
Matthias Mailänder
parent
488cec64b8
commit
502c3e2bf5
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -150,14 +150,6 @@ if (!(Test-Path "GeoLite2-Country.mmdb.gz") -Or (((get-date) - (get-item "GeoLit
|
||||
(New-Object System.Net.WebClient).DownloadFile("http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz", $target)
|
||||
}
|
||||
|
||||
if (!(Test-Path "SmarIrc4net.dll"))
|
||||
{
|
||||
echo "Fetching SmartIrc4net from NuGet."
|
||||
./nuget.exe install SmartIrc4net -Version 0.4.5.1 -ExcludeVersion -Verbosity quiet
|
||||
cp SmartIrc4net/lib/net40/SmarIrc4net.* .
|
||||
rmdir SmartIrc4net -Recurse
|
||||
}
|
||||
|
||||
if (!(Test-Path "rix0rrr.BeaconLib.dll"))
|
||||
{
|
||||
echo "Fetching rix0rrr.BeaconLib from NuGet."
|
||||
|
||||
7
thirdparty/fetch-thirdparty-deps.sh
vendored
7
thirdparty/fetch-thirdparty-deps.sh
vendored
@@ -96,13 +96,6 @@ if [ ! -f Eluant.dll ]; then
|
||||
curl -s -L -O https://github.com/OpenRA/Eluant/releases/download/20160124/Eluant.dll
|
||||
fi
|
||||
|
||||
if [ ! -f SmarIrc4net.dll ]; then
|
||||
echo "Fetching SmartIrc4net from NuGet."
|
||||
../noget.sh SmartIrc4net 0.4.5.1
|
||||
cp ./SmartIrc4net/lib/net40/SmarIrc4net* .
|
||||
rm -rf SmartIrc4net
|
||||
fi
|
||||
|
||||
if [ ! -f rix0rrr.BeaconLib.dll ]; then
|
||||
echo "Fetching rix0rrr.BeaconLib from NuGet."
|
||||
../noget.sh rix0rrr.BeaconLib 1.0.1
|
||||
|
||||
Reference in New Issue
Block a user