jrabbit / pyborg-1up

:robot: A modern overhaul of an old favorite irc bot for multiple platforms
https://pyborg.readthedocs.io/en/latest/
GNU General Public License v3.0
33 stars 12 forks source link

Make implementing a new pyborg module simpler #93

Open jrabbit opened 5 years ago

jrabbit commented 5 years ago

We should make the commands registry pattern eas(ier) to copy into new modules. We could provide learn/reply methods via a baseclass with inherent settings handling? (attrs might get mad check there)

Document the procedure? Only confusing thing right now is where they go and where to register them in the entrypoint I think? If something else is confusing please ask.

jrabbit commented 4 years ago

need to wrap this up, took another go at an API change in master