Skip to content
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

add connection parameters to include userName and realName #135

Closed
foxjazz opened this issue Jan 15, 2013 · 2 comments
Closed

add connection parameters to include userName and realName #135

foxjazz opened this issue Jan 15, 2013 · 2 comments

Comments

@foxjazz
Copy link

foxjazz commented Jan 15, 2013

No description provided.

@quentinxs
Copy link
Contributor

Please read the documentation. userName and realName can already be specified in the connection. For example,

var irc = require('irc');
var client = new irc.Client('irc.dollyfish.net.nz', 'myNick', {
    channels: ['#blah'],
    userName: 'someuser',
    realName: 'Real Name'
});

@foxjazz
Copy link
Author

foxjazz commented Jan 16, 2013

hmm tried that before but didn't seem to work. I will give that a shot again.

@foxjazz foxjazz closed this as completed Jan 16, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants