kiwiirc / irc-framework

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

Add handler for ERR_UNKNOWNCOMMAND (421) #240

Closed Xinayder closed 4 years ago

Xinayder commented 4 years ago

By adding a handler to ERR_UNKNOWNCOMMAND, it will be possible to customize the unknown command error message that clients receive.

Example: https://github.com/thelounge/thelounge/pull/3741