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

Change IRC nick and/or authenticate with Nickserv #6

Open
Arthaey opened this issue Apr 25, 2016 · 4 comments
Open

Change IRC nick and/or authenticate with Nickserv #6

Arthaey opened this issue Apr 25, 2016 · 4 comments

Comments

@Arthaey
Copy link

Arthaey commented Apr 25, 2016

My Slack username matches my IRC nick, which I've registered with Nickserv. But when I start up slack-irc-client, I end up logged in to IRC as "arthaey1" instead of my normal "arthaey". How can I change my nick and/or authenticate with Nickserv?

@aeirola
Copy link
Owner

aeirola commented Apr 26, 2016

Does the console log anything regarding why the client was unable to use the specified nick? The slack-irc-client should try to connect to IRC with the Slack username as the nickname.

Haven't used nickserv myself, so can't say how it recognises users, and allows nick usage. If it uses the IRC username or real name you'll need to configure those in the server settings, which is configured as JSON in the "What I do field".

@Arthaey
Copy link
Author

Arthaey commented Apr 27, 2016

No, there's no messages from the bot in either the direct message window or in any of the channels. It just says that I'm connected as "arthaey1".

@aeirola
Copy link
Owner

aeirola commented Apr 27, 2016

Okay, then it sounds like the IRC server has just reserved the nick "arthaey" to some other client. This can probably be based on IP address, hostname, username, real name, or any other client identifier. It sounds more like an issue with the IRC server and/or Nickserv, unfortunately I can't help there.

@yokuyuki
Copy link
Contributor

What I did to get around this was to open a private channel window with NickServ and sent identify <pass> to authenticate with NickServ on login.

Depending on what version of NickServ the IRC server is running, you can also identify and change your nick using sidentify <nick> <pass>.

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

No branches or pull requests

3 participants