Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Identify against NickServ using a registered nick (#58) #59

Closed
wants to merge 4 commits into from

Conversation

galgeek
Copy link
Contributor

@galgeek galgeek commented Jan 22, 2015

Hello @whimboo!

Here's a PR for issue #58.

Using an authenticated connection is server dependent. This configuration appears to work well with irc.mozilla.org.

restoreTestDayData();
client.connect(function () {
client.say("NickServ", "IDENTIFY " + config.password);
restoreTestDayData();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please keep it as it was before. This should be done as soon as possible after starting the bot. A connection can still take a while.

@galgeek
Copy link
Contributor Author

galgeek commented Jan 22, 2015

Hi @whimboo!

This one should be ready now, too.

Thank you!

@whimboo
Copy link
Contributor

whimboo commented Jan 22, 2015

Merged PR as 0b12bc5.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants