sopel-irc / sopel

:robot::speech_balloon: An easy-to-use and highly extensible IRC Bot framework. Formerly Willie.
https://sopel.chat
Other
951 stars 405 forks source link

plugin: `event` has no `events` counterpart #2548

Closed ghost closed 8 months ago

ghost commented 8 months ago

There's sopel.plugin.event but no aliased sopel.plugin.events.

(action_|nickname_)?commands? has it too.

dgw commented 8 months ago

Hmm, we're trending away from these pluralized decorator copies. https://github.com/sopel-irc/sopel/issues/1619#issuecomment-672961826. Which is to say, the existence of decorators named *commands is a (an?) historical artifact. We should mark them as deprecated someday, then remove them, not add more.

ghost commented 8 months ago

Oops!