add a simple in-game IRC client
This commit is contained in:
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
8
thirdparty/fetch-thirdparty-deps.ps1
vendored
@@ -137,4 +137,12 @@ 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
|
||||
cp SmartIrc4net/lib/net40/SmarIrc4net.* .
|
||||
rmdir SmartIrc4net -Recurse
|
||||
}
|
||||
|
||||
cd ..
|
||||
|
||||
Reference in New Issue
Block a user