Skip to content
New issue

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

Namespaced editable settings #26

Open
archangelic opened this issue Sep 5, 2018 · 0 comments
Open

Namespaced editable settings #26

archangelic opened this issue Sep 5, 2018 · 0 comments
Assignees
Labels
core issues related to core pinhook functionality such as plugin reloading, internal commands enhancement additional features

Comments

@archangelic
Copy link
Owner

Create way for settings for plugins to be changed from within IRC
for example we would use a reserved command !set to change the setting for the dice plugin

<archangelic> !set dice.max_size 100
<pinhook> archangelic: setting dice.max_size changed to 100

Possible ways to implement this:

  • class based plugin feature
  • adding plugin naming to claim namespaces in decorator method
@archangelic archangelic added enhancement additional features Pinhook 2.0.0 labels Sep 5, 2018
@archangelic archangelic self-assigned this Sep 5, 2018
@archangelic archangelic added future Things on the roadmap and removed Pinhook 2.0.0 labels Oct 7, 2018
@archangelic archangelic removed the future Things on the roadmap label Oct 10, 2018
@archangelic archangelic added the core issues related to core pinhook functionality such as plugin reloading, internal commands label Jan 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core issues related to core pinhook functionality such as plugin reloading, internal commands enhancement additional features
Projects
Status: Future
Development

No branches or pull requests

1 participant