node-irc icon indicating copy to clipboard operation
node-irc copied to clipboard

NodeJS IRC client library

Results 106 node-irc issues
Sort by recently updated
recently updated
newest added

Resolve the following error when using the command `client.list()`: ```javascript node_modules/irc/lib/irc.js:849 throw err; ^ TypeError: Cannot read property 'push' of undefined at Client. (/[...]/node_modules/irc/lib/irc.js:449:33) ```

Some IRC daemons such as InspIRCd return an random string after a client's CAP REQ request. This would fail to match and block SASL AUTHENTICATEs. Also the space after `sasl`...

`atom-irc` is [erroring out](https://github.com/cjsaylor/atom-irc/issues/33) currently at this line: ```js util.inherits(Client, EventEmitter); ``` > TypeError: The super constructor to "inherits" must not be null or undefined The [documentation for `inherits`](https://nodejs.org/api/util.html#util_util_inherits_constructor_superconstructor) says...

It's minimalistic, not really a full irc implementation, so resulted in there not being a value set. Seen at https://github.com/jrosdahl/miniircd

#### TL;DR Hey it's 2016 and it's time to use unicode. --- Most IRC clients allows unicode nickname; irssi, weechat, MozIRC, IRCCloud, shoutIRC, ZNC, etc. And most CJK IRC servers...

With 52 open issues, 32 open pull requests, and the last code change being 4+ months ago (other than a commit fixing a typo in the README.md file)... Is it...

Hi using irc.connect it joins the network but then it sends a different nick to use like for example it joins with grrrit-wm it then changes it to grrrit-wm1 when...

I dont know if im doing something wrong but if i export client and try to use client.say(channel, message) in another file with client required i get client.say is not...

Hello, I noticed there isn't anything happening if you try to connect to a server that doesn't exists. I think it should be handled and emit an error event of...