PhantomBot
PhantomBot copied to clipboard
Console System
While having a robust chat command interface is great and all, sometimes it would be nice to fire off commands from "behind the scenes". The console system will overlap on top of the bot's existing functioning and allow the owner to fire off commands from the console window from which the bot is running.
This will come in a few portions:
- Redefinition of the bot's main function
- A "core" class which handles the bot's "main loop" as well as a new "input loop"
- A console command class, similar to the customCommand interface
Added 4e3673f
The Asynch input methods that I implemented in A4 are non functional and lead to blocking loop instances. All common internet solutions are also non functional in regards to this project, I will need to investigate for a solution and implement.
I am pushing this into Beta 1 and will attach it as a GUI object.