kiwiirc / irc-framework

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

Allow extra_args passed to client.mode() to be an array #212

Closed ItsOnlyBinary closed 5 years ago

ItsOnlyBinary commented 5 years ago

This will enable client.mode('#chan', '+oo', 'nick1', 'nick2'); without breaking backwards compatibility