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

Config with Password? #336

Closed
anonprophet opened this issue Mar 9, 2015 · 2 comments
Closed

Config with Password? #336

anonprophet opened this issue Mar 9, 2015 · 2 comments

Comments

@anonprophet
Copy link

how to use password, bcoz my irc server the user have password to login

@caffeinewriter
Copy link

You just specify password in the options. It's not a well documented options, but you can do something like this:

var irc = require('irc');
var client = new irc.Client('irc.server.tld', 'nick', {
  password: 'goeshere'
});

@dman777
Copy link

dman777 commented Apr 18, 2015

👍

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

3 participants