Register a nick name on IRC

Maybe you want to get involved on an open-source project and want to open up some lines of communication via IRC. It wasn’t as straight forward as I hoped so here’s the 411 (how-to).

  • Install Pidgin
  • Add account.
  • Select server e.g. IRC freenode enter username and password
  • Tick checkbox next to account name to connect to server
  • Nick server window will open a window with the message that your username "is not a registered nickname."
  • In the input area at the bottom of window enter –
/msg nickserv register your_password your_email_address

.csharpcode, .csharpcode pre
{
font-size: small;
color: black;
font-family: consolas, “Courier New”, courier, monospace;
background-color: #ffffff;
/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
background-color: #f4f4f4;
width: 100%;
margin: 0em;
}
.csharpcode .lnum { color: #606060; }

  • An email will be sent to your email accout to verify it.
  • Copy the command from verification email and paste it into the input window.

Why make it easy when it can be hard? (sarcasm).

By:

Posted in:


Leave a comment