How do I set a default nick for new irssi connections?irssi in screen reconnecting to servers when ssh...
What's a good word to describe a public place that looks like it wouldn't be rough?
What is the lore-based reason that the Spectator has the Create Food and Water trait, instead of simply not requiring food and water?
Why do no American passenger airlines still operate dedicated cargo flights?
How can animals be objects of ethics without being subjects as well?
Blindfold battle as a gladiatorial spectacle - what are the tactics and communication methods?
Do authors have to be politically correct in article-writing?
Why is working on the same position for more than 15 years not a red flag?
How to say "Brexit" in Latin?
Why zero tolerance on nudity in space?
One Half of Ten; A Riddle
Why are the books in the Game of Thrones citadel library shelved spine inwards?
Does SQL Server 2017, including older versions, support 8k disk sector sizes?
Which one of these password policies is more secure?
Using only 1s, make 29 with the minimum number of digits
Why avoid shared user accounts?
Caruana vs Carlsen game 10 (WCC) why not 18...Nxb6?
Would a National Army of mercenaries be a feasible idea?
Why would space fleets be aligned?
A starship is travelling at 0.9c and collides with a small rock. Will it leave a clean hole through, or will more happen?
Am I a Rude Number?
Traveling through the asteriod belt?
How can my powered armor quickly replace its ceramic plates?
Why isn't there a non-conducting core wire for high-frequency coil applications
Explain the objections to these measures against human trafficking
How do I set a default nick for new irssi connections?
irssi in screen reconnecting to servers when ssh connection lostXChat - Negotiations tooke too many packetsirssi tries to join #python before sending the identify messageIRC ghost - how do I unghost and get back my original nick?Get irssi to beep on new message in tmux sessionPort 6667 can't be reached outside of localhostHow do I hide my username in irc?Is my school blocking IRC connection?How can I remove an extra (undesired) block item in irssi with advanced window list?IRC “The nickname <nick> is already in use on asimov.freenode.net”
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?
linux ubuntu terminal irc irssi
add a comment |
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?
linux ubuntu terminal irc irssi
1
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08
add a comment |
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?
linux ubuntu terminal irc irssi
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?
linux ubuntu terminal irc irssi
linux ubuntu terminal irc irssi
asked May 22 '11 at 0:13
Richard RodriguezRichard Rodriguez
1,02651730
1,02651730
1
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08
add a comment |
1
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08
1
1
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08
add a comment |
3 Answers
3
active
oldest
votes
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
add a comment |
You can use the command:
irssi -n nickname1234
and to change the default nickname after you are connected
/SET default_nick = , defaults to user_name
/SET alternate_nick = , defaults to _
/SET user_name = , defaults to your login name
/SET real_name = , taken from /etc/passwd by default
Good luck¬
add a comment |
in terminal go to home and cd into .irssi
make file config.txt
paste the following
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify yourname yourpass";
};
};
channels = (
{ name = "#test-channel"; chatnet = "Freenode"; autojoin = "Yes"; }
{ name = "#private-test-channel"; chatnet = "Freenode"; password = "yourpass"; autojoin = "Yes"; }
);
settings = {
core = { real_name = "real name"; user_name = "user name"; nick = "yourusername"; };
"fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; scrollback_time = "7day "; };
"fe-common/core" = { theme = "default"; };
};
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f286870%2fhow-do-i-set-a-default-nick-for-new-irssi-connections%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
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
add a comment |
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
add a comment |
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
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
answered May 22 '11 at 0:21
freethinkerfreethinker
2,75031519
2,75031519
add a comment |
add a comment |
You can use the command:
irssi -n nickname1234
and to change the default nickname after you are connected
/SET default_nick = , defaults to user_name
/SET alternate_nick = , defaults to _
/SET user_name = , defaults to your login name
/SET real_name = , taken from /etc/passwd by default
Good luck¬
add a comment |
You can use the command:
irssi -n nickname1234
and to change the default nickname after you are connected
/SET default_nick = , defaults to user_name
/SET alternate_nick = , defaults to _
/SET user_name = , defaults to your login name
/SET real_name = , taken from /etc/passwd by default
Good luck¬
add a comment |
You can use the command:
irssi -n nickname1234
and to change the default nickname after you are connected
/SET default_nick = , defaults to user_name
/SET alternate_nick = , defaults to _
/SET user_name = , defaults to your login name
/SET real_name = , taken from /etc/passwd by default
Good luck¬
You can use the command:
irssi -n nickname1234
and to change the default nickname after you are connected
/SET default_nick = , defaults to user_name
/SET alternate_nick = , defaults to _
/SET user_name = , defaults to your login name
/SET real_name = , taken from /etc/passwd by default
Good luck¬
answered Jan 31 '14 at 16:16
holyofficeholyoffice
7911
7911
add a comment |
add a comment |
in terminal go to home and cd into .irssi
make file config.txt
paste the following
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify yourname yourpass";
};
};
channels = (
{ name = "#test-channel"; chatnet = "Freenode"; autojoin = "Yes"; }
{ name = "#private-test-channel"; chatnet = "Freenode"; password = "yourpass"; autojoin = "Yes"; }
);
settings = {
core = { real_name = "real name"; user_name = "user name"; nick = "yourusername"; };
"fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; scrollback_time = "7day "; };
"fe-common/core" = { theme = "default"; };
};
New contributor
add a comment |
in terminal go to home and cd into .irssi
make file config.txt
paste the following
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify yourname yourpass";
};
};
channels = (
{ name = "#test-channel"; chatnet = "Freenode"; autojoin = "Yes"; }
{ name = "#private-test-channel"; chatnet = "Freenode"; password = "yourpass"; autojoin = "Yes"; }
);
settings = {
core = { real_name = "real name"; user_name = "user name"; nick = "yourusername"; };
"fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; scrollback_time = "7day "; };
"fe-common/core" = { theme = "default"; };
};
New contributor
add a comment |
in terminal go to home and cd into .irssi
make file config.txt
paste the following
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify yourname yourpass";
};
};
channels = (
{ name = "#test-channel"; chatnet = "Freenode"; autojoin = "Yes"; }
{ name = "#private-test-channel"; chatnet = "Freenode"; password = "yourpass"; autojoin = "Yes"; }
);
settings = {
core = { real_name = "real name"; user_name = "user name"; nick = "yourusername"; };
"fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; scrollback_time = "7day "; };
"fe-common/core" = { theme = "default"; };
};
New contributor
in terminal go to home and cd into .irssi
make file config.txt
paste the following
servers = (
{
address = "irc.freenode.net";
chatnet = "freenode";
port = "6667";
use_ssl = "no";
ssl_verify = "no";
autoconnect = "yes";
}
);
chatnets = {
Freenode = {
type = "IRC";
autosendcmd = "/msg nickserv identify yourname yourpass";
};
};
channels = (
{ name = "#test-channel"; chatnet = "Freenode"; autojoin = "Yes"; }
{ name = "#private-test-channel"; chatnet = "Freenode"; password = "yourpass"; autojoin = "Yes"; }
);
settings = {
core = { real_name = "real name"; user_name = "user name"; nick = "yourusername"; };
"fe-text" = { actlist_sort = "refnum"; term_force_colors = "yes"; scrollback_time = "7day "; };
"fe-common/core" = { theme = "default"; };
};
New contributor
New contributor
answered 16 mins ago
Ahmed YounesAhmed Younes
11
11
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f286870%2fhow-do-i-set-a-default-nick-for-new-irssi-connections%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
I don't think it's a good idea to run IRSSI from root.
– kzh
Jun 15 '11 at 22:08