You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example for 'registered' literally logs "Connected!" and then joins a channel.
A 'registered' event is emitted when irc-framework receives RPL_WELCOME, i.e. the client has finished connecting to the network. Read more about "connection registration" here.
Is there an event I can listen to like
irc.on('connected', ...)
??The text was updated successfully, but these errors were encountered: