kiwiirc / irc-framework

🛠️ A better IRC framework for node.js. For bots and full clients.
MIT License
181 stars 63 forks source link

Add support for RPL_EXCEPTLIST #313

Closed ItsOnlyBinary closed 2 years ago

brunnre8 commented 2 years ago

Would be nice to add new events to the documentation

ItsOnlyBinary commented 2 years ago

thanks @brunnre8

progval commented 2 years ago

You probably want to add some normalization to the channel name, like I did here: https://github.com/kiwiirc/irc-framework/pull/320