Skip to content

Commit

Permalink
Add startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilses committed Jul 31, 2016
1 parent 77b8b64 commit d607820
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PogoLocationFeeder/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ public void StartNet(int port)
{
listener = new TcpListener(IPAddress.Any, port);
listener.Start();
Console.WriteLine("PogoLocationFeeder is brought to you via https://github.com/5andr0/PogoLocationFeeder");
Console.WriteLine("This software is 100% free and open-source.\n");
Console.WriteLine("Listening...");
StartAccept();
}
Expand Down

0 comments on commit d607820

Please sign in to comment.