-
Notifications
You must be signed in to change notification settings - Fork 423
New issue
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
Change nick at runtime? #149
Comments
IRC nicknames are set upon connection and can be changed using the IRC On Wed, Feb 20, 2013 at 1:50 AM, Ryan Copley [email protected]:
|
Can anyone elaborate on this? I don't see a command in the library to change nicks, nor do I see a "raw" command so that I could send the protocol string. If it's not an existing feature, are there plans for it? Existing issue? |
OK - I found it. It's listed in the documentation that raw commands can be sent to the server this way: Client.send(command, arg1, arg2, ...) |
I've been using |
So, here's the thing! You'll want to wait on seeing If you send I'm creating a promise when creating the client, and only resolving it at this point (which signals my ready state) |
Other than disconnecting, is there a way to change the users nick in real time? I am not seeing anything in the documentation for it.
The text was updated successfully, but these errors were encountered: