Since last semester ended, I have been working on a little project for a couple of weeks to learn and have some fun.
I didnt actually intend to add it to the osbot client, I just started it as a separate project. Yesterday I decided I would add it on to the client for fun.
Basically I wrote a server application in java, its hosted on a remote host. Anyone who has the client application can connect to the server. This is just a beta stage still, but its coming along nicely (in my opinion).
It will keep track of online users etc. When you type '/online' it will print out a list of online users, as you can see in that image.
It just pulls your username from the osb client and logs you on to the chat as that user.
Current commands:
'/online' - Prints the current online users.
'/clear' - Clears all of the previous chat history from your client.
What do you guys think? Would this be cool to add on to the client/scripts, or would it just be annoying if it poped up? Of course there could be an option when you run the script to connect or not.