when it starts up though it autojoins irc.bitchx.com and uses my login as my nick, i would like to find a way to change that so i dont have to do it manually every time
"To start, get into a terminal session and type:
pico .bitchxrc
then type the following:
/ignore *dcc* public
/nick Cheve][
Save and exit out of pico.
In a file called .ircrc in /Users/<username>, I have the following:
^ignore *dcc* public
And in a file called .tcshrc in the same location are the following lines:
setenv IRCSERVER irc.idle.net:6667
setenv IRC_NICK Cheve][
setenv IRC_HOST liquid.chevell.net
You'll need to quit your current terminal session to get the last file's changes to apply. I do not think you need all of these files. Since I am a MacOS user and a Unix newbie, I double up on things and when they start working I leave them alone. You can experiment with any of these.
To see all your files in your Terminal.app use the command:
ls -la"