Booster2ooo
Booster2ooo
The project isn't maintained anymore I'm afraid. There are some forks that might be a better options for now, like https://www.npmjs.com/package/funsocietyirc-client https://www.npmjs.com/package/irc-upd Or an alternative https://github.com/kiwiirc/irc-framework
As the errror states (err_notregistered), you need to wait for the [registered](https://node-irc.readthedocs.io/en/latest/API.html#'registered') event before joining the channel(s).
@tritium21 > Let's say, for instance, that you've got a socket open (because of a DCC). You may want to close that socket when you disconnect.
Same here, random crashes with latest stable version. I tried both x64 and x86 binaries, same result: ``` Faulting application name: kvirc.exe, version: 5.0.0.0, time stamp: 0x5c2c1bd4 Faulting module name:...
> Which version of Node is that using? And do you get the same result regardless of whether the `native` option is set to `true` or `false`? It's using [Node...
Same with Node v18.18.2 on Win 11 x64 Edit: it "works" when building locally though