node-irc
node-irc copied to clipboard
NodeJS IRC client library
Using node-irc v0.5.2 When enabling flood protection, if there are no messages in the queue it should not wait to send the first message. There is the problem of the...
Emit 'unhandled' event, just in case you need to handle something non-standard, without having to modify the library source. Previously discussed in #80.
(Re-added from botched pull request #497) When you're developing something that uses this IRC library, with other people watching, and using the library's debug mode, it would be nice if...
Hi, When a user is changing nick, all channels then have him regardless if he actually is on the channel or not. This in turn affects the names event, etc....
``` TypeError: Cannot read property 'requestedDisconnect' of null at Client.send (.../node_modules/irc/lib/irc.js:936:19) at Timeout.dequeue (.../node_modules/irc/lib/irc.js:966:22) at Timeout.wrapper [as _onTimeout] (timers.js:425:11) at tryOnTimeout (timers.js:232:11) at Timer.listOnTimeout (timers.js:202:5) ``` It doesn't matter why...
Morning All, I've noticed my IRC bot has restarted a couple of times over the last week. From the pm2 logs I have managed to grab the following information. Anyone...
To deal with issue #491 .
Hi when I use irc.disconnect and try to reconnect using ircClient.connect patch https://gerrit.wikimedia.org/r/#/c/323712/2/src/relay.js It is causing the bot to quit then rejoin irc with grrrit-wm(number+) though we doint want the...
Hi I got this error TypeError: Cannot read property 'requestedDisconnect' of null at Client.send (/data/project/lolrrit-wm/lolrrit-wm/node_modules/irc/lib/irc.js:932:19) at dequeue (/data/project/lolrrit-wm/lolrrit-wm/node_modules/irc/lib/irc.js:962:22) at wrapper [as _onTimeout] (timers.js:275:11) at Timer.listOnTimeout (timers.js:92:15)
Hi, when we do ircClient.send('QUIT', "example"); it dosent send the quit message instead it sends the default Quit. See source code at https://phabricator.wikimedia.org/diffusion/1982/browse/master/src/relay.js;8f31f69ddc5f9983fdb92cb90e754b408e75ede8$196 please.