node-irc
node-irc copied to clipboard
NodeJS IRC client library
Getting a random number between the msg this happens when irc bot sending msgs from another bridge Irc => Hello Discord => 02Hello
Attempting to install irc in a new project results in a rather lengthy error. [npm.log](https://github.com/martynsmith/node-irc/files/3698171/npm.log) I'm probably just missing something from my system, but I'm not sure what. Running Ubuntu...
When install using `npm install irc` on Ubuntu 20.04 says: ``` $ npm install irc > [email protected] install /.../app/node_modules/iconv > node-gyp rebuild make: se entra en el directorio '/.../app/node_modules/iconv/build' CXX(target)...
Hi, I found an issue when some event are occurring with a user whose nick consists from non Latin characters, it cannot be parsed and as a result it is...
Would be better to use a js-only implementation of iconv, like: https://github.com/ashtuchkin/iconv-lite
When any user uses /invites on the robot, the robot joins the room automatically. Even if the living room did not configure in the robot. In some cases, this attitude...
VPN
Can i make the chat works through a VPN?
Hello, I came across a weird behavior with irc module, iconv and webpack. When simply using irc module with nodejs, I've got no problem so far. But, if I try...
This fix checks that a user changing his nick is on the channel before updating his new nick on the channel.