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

[Request] Built-In hook PluginReloaded() #51

Open
MrOats opened this issue Apr 8, 2017 · 2 comments
Open

[Request] Built-In hook PluginReloaded() #51

MrOats opened this issue Apr 8, 2017 · 2 comments

Comments

@MrOats
Copy link

MrOats commented Apr 8, 2017

Would be nice to have a separate procedure for when as_reloadplugin(s) is called for the plugin instead of having to take care of it when it first loads. Such as defining a Scheduler object twice on first load, and having to redefine it on as_reloadplugin(s).

@Martin-H2
Copy link

Martin-H2 commented Jul 13, 2017

a workaround for now:

alias asr "clear; as_reloadplugins; restart"

this makes plugins debugable, while staying on the server

@incognico
Copy link

Either this should be a PluginUnloaded() Hook or you are doing something wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants