Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I change the name that appears when I type /whois?

appears type whois
0
Posted

How can I change the name that appears when I type /whois?

0

If you’re running a client on your own machine, edit it in your setup. If you’re using a client on a Unix machine run by someone else, do the following from the command line: echo $SHELL Depending on the reply, • If the reply is csh, tcsh or zsh, do this: setenv IRCNAME “whatever” • If the reply is ksh, bash or sh , this should work: IRCNAME=”whatever”;export IRCNAME • If it’s any other type of shell, sorry, you’re on your own. • Add the appropriate line to your login file (usually .cshrc for csh/tcsh and .profile for bash/ksh) to make the change permanent and re-login. • Don’t ignore the quotes and capitalization. They’re there for a reason. • If you still haven’t understood, get a Unix manual. • For VMS, add the following line to your login.com file: DEFINE IRCNAME “what you would like to appear” If you’re on some sort of BBS and don’t have access to a command line interface, talk to your sysadmin/sysop.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123