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)
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)