meebey / SmartIrc4net

IRC C# Library
http://www.meebey.net/projects/smartirc4net/
Other
127 stars 52 forks source link

avoid the following null pointer: #16

Closed lformella closed 10 years ago

lformella commented 10 years ago

if the IrcClient._Worker handles a ReplyCode.InviteList the MessageParser won't put a channel in but _HandleEvents calls _Event_RPL_INVITELIST and there is a valid channel need

meebey commented 10 years ago

Thank you for your contribution!