From 16f78ddea4d78d54cd74f08408673a8a08228ae4 Mon Sep 17 00:00:00 2001 From: Runebaas Date: Tue, 19 Sep 2017 20:41:28 +0200 Subject: [PATCH] remove online check --- Geekbot.net/Program.cs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Geekbot.net/Program.cs b/Geekbot.net/Program.cs index edb18c1..f9e250f 100755 --- a/Geekbot.net/Program.cs +++ b/Geekbot.net/Program.cs @@ -37,14 +37,6 @@ namespace Geekbot.net { Console.WriteLine("* Initing Stuff"); - var ping = new Ping().Send("8.8.8.8"); - if(ping.Status != IPStatus.Success) - { - Console.WriteLine("It seems that you are offline"); - Console.WriteLine("Please connect to the Internet"); - Environment.Exit(101); - } - client = new DiscordSocketClient(); commands = new CommandService();