ModAPI
ModAPI copied to clipboard
Add method to deregister handlers
Basically the same as #12, but the solution is, in my opinion, cleaner.
To deregister a handler, one could simply call RegisteredHandler#deregister.
I think this is better because this approach provides better encapsulation.