twexler / diatribe

An IRC URLBot written in python with flask, twisted, storm, and bootstrap
GNU General Public License v2.0
2 stars 0 forks source link

Proper plugin routing #19

Closed twexler closed 10 years ago

twexler commented 10 years ago

Use something like https://pypi.python.org/pypi/Routes to route commands (a la jimmycuadra/lita's routing system) so that commands can have many different names to invoke the same plugin

twexler commented 10 years ago

I think this should be preceded by #2

twexler commented 10 years ago

Looks like I'll be using Werkzeug for this, since it's already used in the webapp.