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
With irc.Client autoConnect is there a callback if not can you add one.
I don't want to have to use the Client.join(channel, callback)
The text was updated successfully, but these errors were encountered:
A callback for what exactly? There's a registered callback that gets emitted when the 001 welcome message has been received. See https://node-irc.readthedocs.org/en/latest/API.html#'registered'
registered
Sorry, something went wrong.
Using the registered event is the proper way of dealing with this. Closing.
No branches or pull requests
With irc.Client autoConnect is there a callback if not can you add one.
I don't want to have to use the Client.join(channel, callback)
The text was updated successfully, but these errors were encountered: