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
debug - set heartbeat interval for client 8BkIaWve6WUdlpjc3Rq4 28 May 01:43:43 - MODE: ##javascript sets mode: -o { prefix: 'Agamemnus!~Agamemnus@xxxt', nick: 'Agamemnus', user: '~Agamemnus', host: 'xxx', command: 'MODE', rawCommand: 'MODE', commandType: 'normal', args: [ '##javascript', '-o', 'Agamemnus' ], client_server: 'irc.freenode.net' } /home/ubuntu/subway/node_modules/irc/lib/irc.js:664 throw err; ^ TypeError: Cannot call method 'set' of undefined at util.handle_irc (/home/ubuntu/subway/src/js/handle_irc.js:78:55) at Client.<anonymous> (/home/ubuntu/subway/lib/connection.js:69:7) at Client.EventEmitter.emit (events.js:117:20) at /home/ubuntu/subway/node_modules/irc/lib/irc.js:661:22 at Array.forEach (native) at CleartextStream.<anonymous> (/home/ubuntu/subway/node_modules/irc/lib/irc.js:655:15) at CleartextStream.EventEmitter.emit (events.js:95:17) at emitReadable_ (_stream_readable.js:408:10)
The code is:
case "-o": channel.get("users").get(message.args[2]).set("type", ""); break;
The text was updated successfully, but these errors were encountered:
I've gotten the same with +o
Sorry, something went wrong.
Fix kick syntax to correctly remove user that has been kicked
30a534d
Most likely related to a bug with kicking users - leaving this open a bit to see if it crops up again for me
No branches or pull requests
The code is:
The text was updated successfully, but these errors were encountered: