martynsmith / node-irc

NodeJS IRC client library
GNU General Public License v3.0
1.32k stars 425 forks source link

Ensure we always send CAP END #566

Closed Half-Shot closed 3 years ago

Half-Shot commented 3 years ago

We need to send a CAP END to the IRCd once we're finished checking for capabilities and have finished authenticating. There were a few places where this fell through, so have included them.