PhantomBot icon indicating copy to clipboard operation
PhantomBot copied to clipboard

Console System

Open Phantom139 opened this issue 8 years ago • 3 comments

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

Phantom139 avatar Feb 06 '17 20:02 Phantom139

Added 4e3673f

Phantom139 avatar Feb 06 '17 23:02 Phantom139

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.

Phantom139 avatar Feb 07 '17 23:02 Phantom139

I am pushing this into Beta 1 and will attach it as a GUI object.

Phantom139 avatar Feb 09 '17 22:02 Phantom139