We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L355 Between line 354 and 355 I added this:
case 'CHANNELS': for (key in connections[this.hash].channels) { if (connections[this.hash].channels.hasOwnProperty(key)) { this.write(":*jbnc NOTICE * :Salon actif: "+connections[this.hash].channels[key].name+"\n"); } } this.write(":*jbnc NOTICE * :Fin des salons actifs\n"); break;
Then to reproduce the undefined bug you have to do this manipulation:
:*jbnc NOTICE * :Salon actif: #15-25ans :*jbnc NOTICE * :Salon actif: #adultes :*jbnc NOTICE * :Salon actif: undefined :*jbnc NOTICE * :Fin des salons actifs
How to solve this problem at the level of JBNC?
The bug occurs here: https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L1134 or elsewhere.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L355
Between line 354 and 355 I added this:
Then to reproduce the undefined bug you have to do this manipulation:
How to solve this problem at the level of JBNC?
The bug occurs here:
https://github.com/toc-irc/jbnc/blob/master/bouncer.js#L1134
or elsewhere.
The text was updated successfully, but these errors were encountered: