shizmob / pydle

An IRCv3-compliant Python 3 IRC library.
BSD 3-Clause "New" or "Revised" License
154 stars 48 forks source link

#131 invoke public callbacks prior to destroying user #140

Closed theunkn0wn1 closed 4 years ago

theunkn0wn1 commented 4 years ago

emit the on_part callback prior to destroying the user/channel, to be consistent with on_quit's behavior.

closes #131