We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did this in a channel:
-- | Mode #channel [+q-o someone!*@* someone] by me
Only to find this:
<-- | mynodebot (~polybots@some/hostname) has quit (Remote host closed the connection) <-- | anothernodebot (~nodebot@some/hostname) has quit (Remote host closed the connection)
They appear to quit like this:
2014-02-17T20:24:59.085752+00:00 app[irc.1]: throw err; 2014-02-17T20:24:59.085752+00:00 app[irc.1]: ^ 2014-02-17T20:24:59.085443+00:00 app[irc.1]: /app/node_modules/irc/lib/irc.js:637 2014-02-17T20:24:59.089936+00:00 app[irc.1]: TypeError: Cannot call method 'replace' of undefined 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at /app/node_modules/irc/lib/irc.js:239:71 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Array.forEach (native) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Client.<anonymous> (/app/node_modules/irc/lib/irc.js:226:26) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Client.EventEmitter.emit (events.js:95:17) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at /app/node_modules/irc/lib/irc.js:634:22 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Array.forEach (native) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Socket.<anonymous> (/app/node_modules/irc/lib/irc.js:631:15) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Socket.<anonymous> (_stream_readable.js:746:14) 2014-02-17T20:24:59.090294+00:00 app[irc.1]: at Socket.EventEmitter.emit (events.js:92:17) 2014-02-17T20:24:59.089936+00:00 app[irc.1]: at Socket.EventEmitter.emit (events.js:95:17)
This is on freenode (i.e. +q == quiet).
The text was updated successfully, but these errors were encountered:
This should be fixed by #351.
Sorry, something went wrong.
No branches or pull requests
I did this in a channel:
Only to find this:
They appear to quit like this:
This is on freenode (i.e. +q == quiet).
The text was updated successfully, but these errors were encountered: