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

NodeJS IRC client library

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

When sending a message whose length exceeds about 250 characters (I didn't count exactly, but the messages are short), the message is cut off. The messageSplit:2048 parameter does not help,...

Hi, Is it possible to change the current join channels list to another one after login, I mean a way without using part/join methods in a cycle?

Please note: I am not an IRC expert nor a user of this library. The people over at Matrix.org have forked this repository (https://github.com/matrix-org/node-irc) and ran into a security vulnerability...

While deploying an IRC bot to libera.chat (w/@lartu) we were unable to connect via SASL because the ACK was never recognized. The reason for that rested on a check that...

Hi, I have noticed a new-line character in the message separates into two messages. Is that an expected behaviour. If so, how can one send a single message with a...

Trying to use SASL when connecting to libera didn't work. There's no space after sasl so AUTHENTICATE never gets sent and then the client disconnects. Maybe that some servers add...

snoonet.org doesn't return \* as the first argument (unless that is intended as a wildcard, meaning the switch statement always has been broken for this case) and will not return...

As is, SASL authentication fails against InspIRCd 3.10.0 & Anope 2.0.9 (FreeBSD). Checking the arguments in the CAP message, arg 2 presents as 'sasl' without a trailing space. In this...

I've been getting this when connecting to a channet on several servers. This safeguarding fixes it.

Hello, I am trying to connect the bot in SSL. For that I generated a certificate: ` openssl req -newkey rsa:2048 -new -nodes -keyout key.pem -out csr.pem ` `openssl x509...