MiddlewareBase - noobot/noobot GitHub Wiki

MiddlewareBase is an abstract class you can inherit from that gives you loads of awesome features out of the box.

Why would I want to use MiddlewareBase?

MiddlewareBase is not required for your middleware to be supported - you will just have to handle incoming messages and meta information yourself - make sure you don't break the middleware chain.

What features does MiddlewareBase support?

What is HandlerMapping?

How does the help text get build?