-
Notifications
You must be signed in to change notification settings - Fork 42
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
Plugins should be isolated from the factory and protocols #7
Labels
Comments
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
This kind of "iterate over the plugins" could probably be factored. Refs hamperbot#7.
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
Not sure if this works for quotes, since that plugin appears to not register commands correctly. What is up with that? Refs hamperbot#7.
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
And update the plugin plugins to match. ...At some point, "plugin" starts to look like a very funny word. Refs hamperbot#7.
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
At this point, we've pulled everything out. All that remains is to unknot some of the execution. Refs hamperbot#7.
Merged
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
Remember, kids, don't code while tired. Refs hamperbot#7.
MostAwesomeDude
added a commit
to MostAwesomeDude/hamper
that referenced
this issue
May 26, 2013
And fix its only use. Refs hamperbot#7.
@MostAwesomeDude I see that PluginLoader has been merged, does that solve this issue? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The main goal here is to enable CLI functional testing of plugins, and in order for this to work, Hamper needs to be able to manipulate plugins without necessarily starting up an IRC client.
Work is already underway; this is just a tracking bug.
The text was updated successfully, but these errors were encountered: