NetBasic Client
---------------
A basic tool to connect to servers in the most simple way, by pure text.

This program was first written on December 10, 2002.

How to Connect?
---------------
Simply type in the server ip or address. You can optionally specify the port number by adding ":<port>" to the end of the server address.
If no port number is specified, the last port used for a successful connection will be used instead.

When you are connected to a server, any text that you input, will be sent to the server.
To disconnect from a server, press Ctrl+W or use the menu item Connection -> Terminate.

Funny Link
----------
towel.blinkenlights.nl:23

Connection Log
--------------
A log is always saved to "Logs\NetBasic.log", you will have to rename this file if you wish to save it from being overwritten.

Lacking Features, Ideas & Problems
----------------------------------
- Better detection of recieved data to check if we're getting text or binary data. Only log verbatim when text is received.