Comment 2 for bug 215939

Revision history for this message
Michael Otteneder (m-otteneder) wrote :

We did not overwrite userLeft() properly. lib.core contains this:
    def userLeft(self, user, channel, reason):
        """Called when someone has to go."""
        for plugin in self.plugins:
            plugin.user_part(self, user, channel, reason)

As you can see our userLeft() really requires 4 parameter.