shizmob / pydle

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

Fix #134 #135

Closed theunkn0wn1 closed 4 years ago

theunkn0wn1 commented 4 years ago

This PR takes the minimal approach to resolving #134 , by simply ignoring a null when parsing users to add to a channel, thus avoiding the null later on during channel destruction (and potentially breaking userland code in the public on_part callback)