node-irc
node-irc copied to clipboard
NodeJS IRC client library
My bot keeps crashing every week or two due to the error. I love node-irc but i am not happy with the error. I did some browsing and this what...
Can you add a Socks5 proxy support for the IRC connection?
I am trying to build a IRC client using React, and I wanted to use this package. While running on the command line, a simple command like this seemed to...
If I connect and set automatically join channels: ``` let client = new irc.Client("someserver", "somenick", { channels: ["#somechannel"]}) ``` ...it works great, but if I do this: ``` let client...
I'm trying to create a client, but it fails before even connecting. Version: 0.5.2 Code: ```js const irc = require('irc') let client let server = 'irc.[server hidden].com' let nick =...
os I saw you're using node-irc and was like oh cool, i'll take your fork it looks like it has a ton of patches then I saw these: @davericher >...
I want to send a command that returns the list of clients in a channel. I have tried and tried but I can not find any help for this.
I am not sure of the issue, but when I go through the irc client creation process and add the cap req: `ircClient.send('CAP REQ', 'twitch.tv/tags');` Then connect to the channel:...