Skip to content
This repository has been archived by the owner on Feb 10, 2023. It is now read-only.

Change bot commands to be modular and dynamically changable #127

Open
mellowagain opened this issue May 18, 2019 · 0 comments
Open

Change bot commands to be modular and dynamically changable #127

mellowagain opened this issue May 18, 2019 · 0 comments
Labels
feature: bot type: suggestion Issues which suggest various features
Milestone

Comments

@mellowagain
Copy link
Owner

At the moment bot commands are highly integrated into Shiro itself and allow for no flexibility. If one wants to change a command, re-compilation and re-linking of Shiro as well as a full restart of the running server is required.

I propose the following things:

  • Separate commands out of Shiro into separate modules.
  • Allow dynamic loading and unloading of these modules.

We may also in the future allow extension of these by using in-program scripting using a Python or Lua embedded runtime with our own API.

@mellowagain mellowagain added type: suggestion Issues which suggest various features feature: bot labels May 18, 2019
@mellowagain mellowagain added this to the Backlog milestone May 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature: bot type: suggestion Issues which suggest various features
Projects
None yet
Development

No branches or pull requests

1 participant