The Bone SDK at
http://www.imabot.com/bone/sdk/
has a Sample program #2 in C,
this is a translation to Delphi of the same sample.
It requires bone.dll build 13.

It is a Console program that does little more 
than log in and join a channel

you must have these files to use it:

bone.dll
xgBoneApi.pas
xgBoneConsole02.dpr
xgBoneConsole02.pas

Run the dpr file to start editing

Change the username and password in procedure Main,
and compile.
You can also run the program with two parameters:
xgBoneConsole02.exe username password.
To stop the program, either hit CONTROL + C
or close the console.

Best used when other bone users are logged into
the same channel (you will not be able to reply to them).


