unitycoders / uc_pircbotx

A bot for #unity-coders using pircbotx
GNU General Public License v3.0
3 stars 2 forks source link

Middleware #71

Closed webpigeon closed 8 years ago

webpigeon commented 8 years ago

This makes the command processor code simpler to follow and makes it possible to disable aliases and the security layer. It also makes it possible to add custom ways of dealing with missing commands (at the moment there is a class called CommandFixerMiddleware which emulates the old behavior).