phergie / phergie-irc-bot-react

IRC bot built on React
BSD 2-Clause "Simplified" License
81 stars 26 forks source link

Connection Specific Plugins Do Not Get Run #4

Closed marcaddeo closed 10 years ago

marcaddeo commented 10 years ago

When trying to specify plugins that are to only be used on a specific connection, the plugins do not run at all.

For example, I tried to use the AutoJoin plugin on only one connection but it's getSubscribedEvents method never gets called.

This behavior is part of the sample configuration, so it's confusing that it's in there but doesn't work.

Definitely something that would be useful.

elazar commented 10 years ago

Removed in 559d23828da346d20ccac4652fecda778e5dd6f7. This feature was originally supported in core, but later moved to a plugin to reduce complexity of the implementation and offer a better feature set.