irc-framework
irc-framework copied to clipboard
🛠️ A better IRC framework for node.js. For bots and full clients.
Hello, I have the following code to log when someone invites the bot but for some reason it's not triggering: ``` bot.on('invited', function(event){ console.log("User " + event.nick + " invited...
https://github.com/kiwiirc/irc-framework/blob/e7fc374a05ab732862f0336f1f6a86d05cddc4fb/src/channel.js#L23 Is this line commented out for a specific reason?
Hi On https://github.com/kiwiirc/irc-framework/blob/master/src/commands/handlers/channel.js#L218 there is code like `handler.network.cap.isEnabled('extended-join')` and I found that it returns false all the time from a bnc created in JavaScript with nodejs, whereas yet on this...
Bumps [terser](https://github.com/terser/terser) from 5.7.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
- rename existing babel and eslint configs to cjs file extension - use [eslint-define-config](https://www.npmjs.com/package/eslint-define-config) to ensure valid config - only apply typescript specific eslint rules to `*.ts` files - add...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
1. Store capability values in 'CAP LS 302' negotiations. So it can be retrieved later (eg. to know what SASL mechanisms are available). https://ircv3.net/specs/extensions/capability-negotiation.html#the-cap-ls-subcommand 2. Honor SASL v3.2 mechanism lists...
cc @SadieCat @PolarizedIons from IRC: ``` 13:22 what you're supposed to do for whox matching is give it a token (flag t) and then use that token in the response...