kiwiirc / irc-framework

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

Add support for Monitor #267

Closed Xinayder closed 3 years ago

Xinayder commented 3 years ago

Adds support for Monitor extension as listed on https://ircv3.net/specs/core/monitor-3.2

xPaw commented 3 years ago

Add these new methods and events to docs please.

Xinayder commented 3 years ago

I had to update the methods, because there was an inconsistency between the users online event emitted by the implementation and the previous one from RPL_ISON. I have also added the new events and methods to docs, and included documentation for the missing users offline event, and added a method to clear the monitor list.