Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

When trying to connect to an irc server in irssi, I get the following error:

root Erroneous Nickname: Reserved for services

I don't know how to change the nickname before the connection is established. I'm currently connected to one server, where I have my proper nick, but when trying to connect to another server with connect irc.foo.com, which should open another connection, it's trying with the nickname root.

How do I change this nickname?

share|improve this question
I don't think it's a good idea to run IRSSI from root. – kzh Jun 15 '11 at 22:08

1 Answer

up vote 2 down vote accepted

You can use irssi's -n option to specify your nick

irssi -n test123

or you can go to the bottom of your $HOME/.irssi/config and in the settings section, change your nick

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.