We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When executing the script, it should open up a shell interface. Allows simple management commands like kick, ban, give, etc.
kick
ban
give
The text was updated successfully, but these errors were encountered:
Might be worth taking a look at Symfony's Console component. Are the kick/ban methods already in place?
Sorry, something went wrong.
The kick and ban commands aren't implemented yet, I should probably create a new issue for all the ones I want to add.
The console part is a little tricky, ReactPHP is in an infinite loop and won't be able to display a console prompt immediately.
In which case would you need a separate socket connection to feed console commands into, or would it be able to exist as part of the main thread?
I've been looking at https://github.com/mcrumm/pecan/blob/develop/README.md and it looks like there's ways to integrate it within a pre-existing application. I might give this a shot first.
andrewvy
No branches or pull requests
When executing the script, it should open up a shell interface. Allows simple management commands like
kick
,ban
,give
, etc.The text was updated successfully, but these errors were encountered: