kiwiirc / irc-framework

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

Trigger CAP events for consumers #242

Closed xPaw closed 4 years ago

xPaw commented 4 years ago

Looks like this:

{
  command: 'LS',
  capabilities: [Object: null prototype] {
    'account-notify': '',
    'away-notify': '',
    'cap-notify': '',
    chghost: '',
    'extended-join': '',
    'identify-msg': '',
    'multi-prefix': '',
    sasl: '',
    tls: ''
  }
}