chireiden / shanghai

Shanghai
GNU General Public License v3.0
4 stars 2 forks source link

Various stuff #43

Closed FichteFoll closed 7 years ago

FichteFoll commented 7 years ago

In preparation for dev/python36 branch, which was branched from this.

nitori commented 7 years ago

Trying ctcp I noticed it fails at:

https://github.com/chireiden/shanghai/blob/dev/fichte/shanghai/core_plugins/ctcp.py#L69

ctx argument is not required (it's passed to object creation further up) in the dispatch method.

Maybe you want to add a fix for that as well?

The rest looks good and can be merged.