<html>
<head>
<meta charset="utf-8">
<title>JS Bin</title>
</head>
<body>
<h1 id="irc-account-registration">IRC ACCOUNT REGISTRATION</h1>
<p>Registering for an account on irc is not as easy as most websites, but it’s simple, and now, I will show you how. <br /> This guide is written specifically for <em>Freenode</em>, although most other <em>irc</em> servers should have the same process, or a similar one.</p>
<h2 id="step-one">STEP ONE</h2>
<p>Connect to any irc channel you like, with the desired nickname. You have to choose the nickname you want and like, so think carefully before you put in in the nickname field. Make sure it isn’t used already by someone else, the servers will inform you of that, if that’s the case.</p>
<p>Then, type this command, including the slashes, and everything else :</p>
<p><code>/msg nickserv register your_password your_email_address</code></p>
<p><br /> Replacing <code>your_password</code> and <code>your_email_address_</code> with a <strong>strong</strong> password, and your own email address.</p>
<p>Then, it should ask you to open your email address and follow the instructions in the verification email that they should have sent you.</p>
<p>Once that has been done, you’ve now successfully made your account, and whenever you want to sign in with it, you have to type this command :</p>
<p><br /> <code>/msg nickserv identify your_nickname your_password</code></p>
<p>Replacing <code>your_nickname</code> and <code>your_password</code> with your own nickname and password.</p>
<p>Sometimes, you might want to change your nickname. <br /> You cannot change your primary nickname, but you <em>can</em> add a secondary one, provided it has not been already used by someone else. <br /> To change your nickname, simply join a channel with another nickname and sign in, or even better, stay joined on the channel as you already are with your old nickname, and then type this command :</p>
<p><code>/nick new_secondary_nickname_here</code></p>
<p><code></code></p>
<p>Replace <code>new_secondary_nickname_here</code> with the desired secondary nickname.</p>
<p>Sometimes, a channel might not allow you to do that, so, in that case, simply refresh the page, to join the channel again, and then, join with the desired secondary nickname, and log in.</p>
<p>After doing any one of the above methods and then logging in successfully, type this command :</p>
<p><code>/msg nickserv group</code></p>
<p>Your secondary nickname must be used, or else it will go to someone else. <br /> That’s probably <a href="https://freenode.net/faq.shtml#userexpirations">after 1-10 weeks of you <em>not</em> using it.</a>, so basically, use it.</p>
<p>ProTip : You can sign in by using the secondary nickname and the same password you already use, assuming the secondary nickname has <em>not</em> expired.</p>
<p>That’s all, folks! Thanks for reading, and I hope you enjoy in irc!</p>
<p>If you ever want to know more about irc, then don’t forget to <a href="http://irchelp.org/irchelp/new2irc.html">read this amazing guide, written by members of the irc community ( but not me, though ).</a></p>
<hr />
Output
300px
This bin was created anonymously and its free preview time has expired (learn why). — Get a free unrestricted account
Dismiss xKeyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |