<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GeekShed IRC &#187; nickserv</title>
	<atom:link href="http://www.geekshed.net/tag/nickserv/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekshed.net</link>
	<description>GeekShed IRC Network</description>
	<lastBuildDate>Thu, 02 Feb 2012 22:29:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is Identd?</title>
		<link>http://www.geekshed.net/2011/06/what-is-identd/</link>
		<comments>http://www.geekshed.net/2011/06/what-is-identd/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 18:19:13 +0000</pubDate>
		<dc:creator>tengrrl</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[nick prefix]]></category>
		<category><![CDATA[nickserv]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=1404</guid>
		<description><![CDATA[When you use the /whois command or /ns info on yourself, you may notice the tilde before your connection information. Here’s an example: ~ilovestig@somewhere.com That leading tilde (~) indicates that you are not running identd on your machine. As Phil explains it, identd is an age-old service that runs on port 113 and was designed...]]></description>
			<content:encoded><![CDATA[<p>When you use the /whois command or /ns info on yourself, you may notice the tilde before your connection information. Here’s an example: </p>
<blockquote>
  <p>~ilovestig@somewhere.com</p>
</blockquote>
<p>That leading tilde (~) indicates that you are not running identd on your machine. As Phil explains it,  identd is an age-old service that runs on port 113 and was designed for shared shells. It’s essentially a process that confirms that you are who your <a href="http://en.wikipedia.org/wiki/Ident" title="Explanation of Ident on Wikipedia" target="_blank">ident</a> says you are. For the full, geeky details on identd, see <a href="http://tools.ietf.org/html/rfc1413" title="RFC 1413" target="_blank">RFC 1413</a>.</p>
<p>Basically, your client sends your required ident as part of the initiation commands when you connect to GeekShed. The server then checks to see whether you have an identd running and uses the ident reported by that in your hostmask. If the server does not find identd running on your machine, it adds the tilde (~) to your ident. </p>
<p>Note: don’t confuse any of this with the tilde (~) you may see in your nick list as an indication of a channel’s admins. Those are  <a href="http://www.geekshed.net/2009/10/nick-prefixes-explained/" title="Nick Prefixes Explained" target="_blank">nick prefixes.</a></p>
<p><strong>How do you enable Identd on your machine?</strong></p>
<p>Many clients either have Identd built in or include the option to turn it on. Check the documentation for your particular client. Note however that there are clients that will not provide support.</p>
<table width="660" border="1" cellpadding="6">
  <tr>
    <td width="95" valign="top">Chatzilla</td>
    <td width="549" valign="top">See <a href="http://chatzilla.hacksrus.com/faq/#ident" title="How do I enable ident on Chatzilla?" target="_blank">How do I enable &#8216;ident&#8217;?</a></td>
  </tr>
  <tr>
    <td valign="top">Colloquy</td>
    <td valign="top">See <a href="http://colloquy.info/project/wiki/Documentation/TipsAndTricks/Identd" title="Enabling Identd for Colloquy" target="_blank">Enabling Identd</a>.</td>
  </tr>
  <tr>
    <td valign="top">LightIRC</td>
    <td valign="top">No information available.</td>
  </tr>
  <tr>
    <td valign="top">Mibbit</td>
    <td valign="top">See <a href="http://wiki.mibbit.com/index.php/Ident" title="ident for mibbit" target="_blank">ident</a>.</td>
  </tr>
  <tr>
    <td valign="top">mIRC</td>
    <td valign="top">See <a href="http://www.mirc.com/faq6.html#section6-8" title="On mIRC: Why am I unidentified and what does it matter?" target="_blank">Why am I unidentified and what does it matter?</a></td>
  </tr>
  <tr>
    <td valign="top">Snak</td>
    <td valign="top">See “The server keeps saying something about ‘Ident’ problems” on the <a href="http://www.snak.com/manual/52/Troubleshooting.html" title="Troubleshooting for Snak" target="_blank">Troubleshooting page</a>.</td>
  </tr>
  <tr>
    <td valign="top">TFlash (GeekShed&rsquo;s <br />
      web client)</td>
    <td valign="top">No built-in support for Identd.</td>
  </tr>
  <tr>
    <td valign="top">X-Chat</td>
    <td valign="top">See <a href="http://xchat.org/faq/#q21" target="_blank">How do I enable identd in X-Chat?</a></td>
  </tr>
</table>
<p><strong>Additional Troubleshooting Information</strong></p>
<p>You can connect to GeekShed even if you cannot get identd running on your machine. You’ll just have the tilde (~) show up before your connection information. If you cannot get it to work, relax because there’s no penalty.</p>
<p>That said, if you investigate things further, you may find that you need to open up port 113 on your firewall or enable identd on your router. For more information, check out Section 4.3. “No identd” of <a href="http://www.irchelp.org/irchelp/networks/connectprob.html" title="IRC Connection Problems" target="_blank">IRC Connection Problems</a> or <a href="http://www.ircpolitics.org/tech/identd.html" title="Setting Up Identd" target="_blank">Setting Up Identd</a> on the IRCPolitics site.</p>
<p>&nbsp;</p>
<p>—tengrrl</p>]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2011/06/what-is-identd/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to Join Channels Automatically</title>
		<link>http://www.geekshed.net/2011/05/how-to-join-channels-automatically/</link>
		<comments>http://www.geekshed.net/2011/05/how-to-join-channels-automatically/#comments</comments>
		<pubDate>Fri, 06 May 2011 01:45:03 +0000</pubDate>
		<dc:creator>tengrrl</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[nickserv]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=1392</guid>
		<description><![CDATA[The AJOIN command is a server-side command that keeps track of the channels you join each time you connect to GeekShed. If you login with your nick and identify with your password, you can join all the same channels automatically. It works no matter what client you use or where you connect from since all...]]></description>
			<content:encoded><![CDATA[<p>The AJOIN command is a server-side command that keeps track of the channels you  join  each time you connect to GeekShed. If you login with your nick and identify with your password, you can join all the same channels automatically. It works no matter what client you use or where you connect from since all the details are kept on the server. </p>
<p>Note that your client may have an option to keep an auto-join locally. Check your documentation for details on using a client-side system if you want to keep your settings on your machine(s). This explanation will focus on the server-side system only.</p>
<p><strong>What is required to join channels automatically?</strong></p>
<p>Your nickname has to be registered, and you have to identify before you can use the AJOIN command. Additionally, the channel that you want to join has to be registered. Remember that you can only be in 100 channels, so you can only include 100 channels in your AJOIN list.</p>
<p><strong>How do I join a channel automatically?</strong></p>
<p>To add a channel to the list of those that you join every time you connect to GeekShed (your AJOIN list), use the following command:</p>
<blockquote>
  <p>/msg NickServ AJOIN ADD #channel<br />
  </p>
</blockquote>
<p>For instance,<em> /msg NickServ AJOIN ADD #topgear</em>  would add the channel #topgear to your AJOIN list.
</p>
<p><strong>How do I add a channel that uses a key to my AJOIN list?</strong></p>
<p>If the channel you want to add uses a key, you need to include the key when you use the command:</p>
<blockquote>
  <p>/msg NickServ AJOIN ADD #channel key</p>
</blockquote>
<p>For instance,<em> /msg NickServ AJOIN ADD #topgear hAmsT3r</em> &nbsp;would add the channel #topgear with the channel key “hAmsT3r” to your AJOIN list.</p>
<p><strong>Can I just add every channel I’m in right now?</strong></p>
<p>Yes, you can. Join all the channels you want to add, and use the command:</p>
<blockquote>
  <p>/msg NickServ AJOIN ADDALL</p>
</blockquote>
<p>The command will also automatically include the keys for any channels to your AJOIN list.</p>
<p><strong>How do I see a list of all the channels I join automatically</strong>?</p>
<p>To see a list of all the channels on your AJOIN list, use the command:</p>
<blockquote>
  <p>/msg NickServ AJOIN LIST</p>
</blockquote>
<p>Use wild cards with this command to list only the channels on your AJOIN list that match a specific pattern. For instance, the command<em> /msg NickServ AJOIN LIST #top*</em> would return all the channels on your AJOIN list that begin with “#top” (for instance, #topgear).<br />
  <br />
  <strong>How do I remove a channel from my AJOIN list?</strong></p>
<p>To remove a channel from your AJOIN list, use the command</p>
<blockquote>
  <p>/msg NickServ AJOIN DEL #channel</p>
</blockquote>
<p>For instance,<em> /msg NickServ AJOIN DEL #topgear</em> would remove the channel #topgear from your AJOIN list.</p>
<p><strong>How do I  delete all the channels that I join automatically</strong>?</p>
<p>To remove all the channels from your AJOIN list, use this command:</p>
<blockquote>
  <p>/msg NickServ AJOIN CLEAR</p>
</blockquote>
<p>The command will delete all the channels from your AJOIN list. When you connect to GeekShed again, you will not join any channels automatically.</p>
<p><strong>What if I get banned from a channel I usually join automatically?</strong></p>
<p> If you are banned from a channel, please be sure to remove it from your AJOIN list, using the AJOIN DEL command above. Keeping a channel you are banned from on your AJOIN list may result in accidentally evading the ban. </p>
<p><strong>Video Demonstration of the AJOIN commands</strong></p>
<p>If you’d like to see some of these commands demonstrated, take a look at UKGeek’s video below, which was entered in <a href="http://www.geekshed.net/2010/10/1st-birthday-competition/" target="_blank">our birthday competition</a> last year:</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/RTCSsi6uBm0" frameborder="0" allowfullscreen></iframe></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>—tengrrl</p>]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2011/05/how-to-join-channels-automatically/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting Up Greeting Messages</title>
		<link>http://www.geekshed.net/2011/04/setting-up-greeting-messages/</link>
		<comments>http://www.geekshed.net/2011/04/setting-up-greeting-messages/#comments</comments>
		<pubDate>Thu, 21 Apr 2011 05:34:10 +0000</pubDate>
		<dc:creator>tengrrl</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[nickserv]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=1364</guid>
		<description><![CDATA[When I join #theshed the channel bot, Sheldon, posts this greeting: [11:20] Sheldon: [Bunny] Go Hokies! That&#8217;s a channel greeting, an individualized greeting that is announced to the entire channel. It&#8217;s different from the Channel Entry Message, the private message sent to everyone who joins a channel. You&#8217;ll only see greeting messages for users with...]]></description>
			<content:encoded><![CDATA[<p>When I join #theshed the channel bot, Sheldon, posts this greeting:</p>
<blockquote>
  <p><em>[11:20] Sheldon: [Bunny] Go Hokies! </em></p>
</blockquote>
<p>That&rsquo;s a channel greeting, an individualized greeting that is announced to the entire channel. It&rsquo;s different from the <a href="http://www.geekshed.net/2011/04/setting-a-channel-entry-message/" target="_blank">Channel Entry Message</a>, the private message sent to everyone who joins a channel. You&rsquo;ll only see greeting messages for users with operator or founder status and only in channels where the messages are turned on. </p>
<p>There are two parts to setting up greeting messages: (1) a channel founder has to turn the greetings on, and (2) the channel operators have to set up the specific greetings. </p>
<h4><em><font color="#4088c8">Part One: Turning  greeting messages on (or off) for a channel </font></em></h4>
<p><strong>Who can change the greeting setting for a channel? </strong></p>
<p>Only the channel founder can turn greetings on or off. </p>
<p><strong>How do you can turn greeting messages ON for all channel operators? </strong></p>
<p>To turn channel greetings on, the channel founder first has to <a href="http://www.geekshed.net/2009/11/how-do-i-add-a-botserv-bot-to-my-channel/" target="_blank">assign a bot to the channel</a>. Once a bot is assigned, the channel founder uses the following command:</p>
<blockquote>
  <p><em>/msg BotServ SET <u>#channel</u> GREET ON</em></p>
</blockquote>
<p>For example:<em> /msg BotServ SET #topgear GREET ON </em></p>
<p>Once the setting is turned on, the channel bot will display the personal greeting for any operator or founder who joins the channel. Operators and founders still have to set up their greeting message for it to appear in the channel (see Part Two). </p>
<p><strong>How do you can turn greeting messages OFF for all channel operators? </strong></p>
<p>To turn channel greetings back off, the channel founder simply changes the command setting from &ldquo;on&rdquo; to &ldquo;off&rdquo;:</p>
<blockquote>
  <p><em>/msg BotServ SET <u>#channel</u> GREET OFF </em></p>
</blockquote>
<p>For example:<em> /msg BotServ SET #topgear GREET OFF </em></p>
<h4><em><font color="#4088c8">Part Two: Setting up your personal greeting message </font></em></h4>
<p><strong>How do you add a greeting message for yourself?</strong></p>
<p>To add a greeting, you use the following command:</p>
<blockquote>
  <p><em>/msg NickServ SET GREET  [<u>message</u>]</em></p>
</blockquote>
<p>For example: <em>/msg NickServ SET GREET I come with Bacon!</em></p>
<p>After setting the message, the bot will announce the greeting when you join channels where you are an operator and the greeting option is turned on. For instance, when the user LordBaconCheeseburger joins #topgear, where he has ops, everyone in the channel sees this:</p>
<blockquote>
  <p><em>[23:49]&lt;&amp;Stig&gt; [LordBaconCheeseburger] I come with Bacon!</em> </p>
</blockquote>
<p><strong>How can you check what your greeting is set to?</strong></p>
<p>If you want to check your greeting, use the INFO command on yourself:</p>
<blockquote>
  <p><em>/msg NickServ INFO [YourNick] ALL</em></p>
</blockquote>
<p>For example: <em>/msg NickServ INFO LordBaconCheeseburger ALL</em></p>
<p>The system will return information about your login, including the greeting you have set. Here&rsquo;s the information for LordBaconCheeseburger, for instance. Note the bold line indicating the greeting message:</p>
<blockquote>
  <p><em>[23:54] -NickServ- LordBaconCheeseburger is TFlash NextGen<br />
    [23:54] -NickServ- Is online from: ~TFlash@somewhere.net<br />
    [23:54] -NickServ- Time registered: Apr 15 05:23:55 2011 UTC<br />
    [23:54] -NickServ- Last quit message: Quit: LordBaconCheeseburger<br />
    [23:54] -NickServ- E-mail address: LordBaconCheeseburger@somewhere.net<br />
    <strong><font color="#003366">[23:54] -NickServ- Greet message: I come with Bacon!</font></strong><br />
    [23:54] -NickServ- Options: Protection, Security, Private, Auto-op</em></p>
</blockquote>
<p><strong>How do you change your greeting message?</strong><br /> 
  To edit your greeting message, just use the command again, with the revised version of the message. It may be useful to copy the original message into a text, revise it there, and then paste in the revision. </p>
<p>If I wanted to change the greeting message for LordBaconCheeseburger, for instance, I would use this command: </p>
<blockquote>
  <p><em>/msg NickServ SET GREET I come with Bacon, Lettuce, and Tomato!</em></p>
</blockquote>
<p>The new message  will replace the old one. </p>
<p><strong>How do you turn off  your greeting message?</strong><br />
  If you prefer not to have the bot greet you when you join channels, you can remove the message completely. To remove the greeting, use the command without any message information. The command would be: </p>

<blockquote>
  <p><em>/msg NickServ SET GREET</em></p>
</blockquote>
<p>Note that you can only remove your own greeting message. To turn off all the greetings in a channel, the channel founder must use the BotServ command explained in Part One.</p>
<p><strong>What makes a good greeting message?</strong><br />
Your greeting message can say whatever you&rsquo;d like. Ideally, choose something appropriate for all the channels you join. If your greeting uses inappropriate language, the channel founder may ask you to change your greeting or remove you from the channel staff. </p>
<p>&nbsp;</p>
<p><em>—Posted by tengrrl</em></p>]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2011/04/setting-up-greeting-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Grouping a Nick: Why and How?</title>
		<link>http://www.geekshed.net/2010/03/grouping-a-nick-why-and-how/</link>
		<comments>http://www.geekshed.net/2010/03/grouping-a-nick-why-and-how/#comments</comments>
		<pubDate>Sat, 13 Mar 2010 03:03:18 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[nick]]></category>
		<category><![CDATA[nickserv]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=900</guid>
		<description><![CDATA[So you&#8217;ve registered your nick, but have more than one computer/device that you join IRC from. You might be wondering &#8220;do I need to register a new nick and have people add that nick to access lists as well? Certainly there must be an easier way.&#8221; Well luckily for you, there is. You are able...]]></description>
			<content:encoded><![CDATA[So you&#8217;ve registered your nick, but have more than one computer/device that you join IRC from. You might be wondering &#8220;do I need to register a new nick and have people add that nick to access lists as well? Certainly there must be an easier way.&#8221;<br /><br />

Well luckily for you, there is. You are able to group nicks together so that permissions and other data are shared among accounts. Some of the items that are shared include (but are not limited to): channel ownership, permission levels (owner, halfop, etc.) on channels, group info that was provided when you registered, password, and <a href="http://www.geekshed.net/2009/11/can-i-have-a-vhost-on-geekshed/">virtual host</a>. Pretty much anything your single nick has associated with it will be associated with the group of nicks that you have registered.<br /><br />

Here&#8217;s how to group a nick to one that you already have registered:
<ol>	<li>Switch to the nick that you want to group<ul>
<li><strong><color="red">NOTE 1</color></strong>: Before you enter the next command, make sure that you are using the nick you want to add to your existing group. Do NOT be using your main nick. Example: if I wanted to group JayneCobb to my account, I would /nick JayneCobb.</li>
<li><strong><color="red">NOTE 2</color></strong>: If you use a registered nick when the next step if performed, it will first be dropped, then grouped to the main nick. Example: if I try to group JayneCobb (which is registered) to my main nick MalcolmReynolds, Services will first drop JayneCobb, then have it join the MalcolmReynolds group. By being dropped, any permissions JayneCobb had will be gone.</li></ul></li>
	<li>Enter the following command in the server/status window: <code>/msg nickserv group main_nick password</code>, where <code>main_nick</code> is your primary nick, and <code>password</code> is the password belonging to the primary nick.<br />
Example: I want to group JayneCobb to my primary nick, MalcolmReynolds, and the password for it is S3reni+yV@ll3y (you do use something secure for your passwords, right?). I would type the following <strong>as JayneCobb</strong>: /msg nickserv group MalcolmReynolds S3reni+yV@ll3y</li>
	<li>Look for nickserv to either tell you that you have joined the group of your primay nick or give you an error message, such as &#8220;you must wait at least 60 seconds before using the group command again&#8221;.</li></ol>

And just to give you the commands again, they are, in order:<br />
<code>/nick theNewNick<br />
/msg nickserv group main_nick password</code><br /><br />

Now what if you want to delink a nick, i.e. remove it from the group, is there some way to do that? Yes there is, you just drop it by switching to the nick, and doing /msg nickserv drop. Doing that will make nickserv completely drop the nick &#8211; it will no longer exist, have any permissions, etc.<br /><br />

Is there someway to delink it without dropping, or without it losing the permissions and other information? Not currently, although I suppose it is possible that it could end up in a future version of anope, or someone could create a module that could drop a nick and register it using the credentials of the former group and preserving permissions, etc.<br /><br />

Should you have any questions about grouping nicks, feel free to leave a comment here, or to join #help and ask in there.
]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/03/grouping-a-nick-why-and-how/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why should I register my nickname and how do I do it?</title>
		<link>http://www.geekshed.net/2009/11/why-should-i-register-my-nickname-and-how-do-i-do-it/</link>
		<comments>http://www.geekshed.net/2009/11/why-should-i-register-my-nickname-and-how-do-i-do-it/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 18:08:33 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[nick]]></category>
		<category><![CDATA[nickserv]]></category>
		<category><![CDATA[register]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=539</guid>
		<description><![CDATA[Registering your nickname on GeekShed provides a number of benefits. The most notable of these is that registering your nickname prevents other people from using it. Once a user starts using the nickname, they will be asked to &#8216;identify&#8217; to it with a password. If they fail to do so, their nickname will be changed....]]></description>
			<content:encoded><![CDATA[<p>Registering your nickname on GeekShed provides a number of benefits. The most notable of these is that registering your nickname prevents other people from using it. Once a user starts using the nickname, they will be asked to &#8216;identify&#8217; to it with a password. If they fail to do so, their nickname will be changed. This helps to stop people posing as you.</p>
<p>Once you register your nickname, you can be added to the auto voice and op lists in other people&#8217;s channels. This enables you to be a permanent staff member in channels. You are also entitled to a <a href="http://www.geekshed.net/2009/11/can-i-have-a-vhost-on-geekshed/">vhost</a> once you have been registered for 90 days.</p>
<p>Registration provides you with many benefits and is completely free.</p>
<p>To register your nickname on GeekShed, you must first be using it. If you are not currently using it, change to it with the command:</p>
<blockquote><p>/nick &lt;nickname&gt;</p></blockquote>
<p>For example:</p>
<blockquote><p>/nick CrazyUser</p></blockquote>
<p>Once you are using the nickname, you may register it in one of two ways. If you&#8217;re using GeekShed&#8217;s Flash client, register your nick from the &#8220;Options&#8221; menu at the top of the window. In any other client, use the following command:</p>
<blockquote><p>/ns register &lt;password&gt; &lt;e-mail&gt;</p></blockquote>
<p>For example:</p>
<blockquote><p>/ns register supersecretpassword crazyuser@hotmail.com</p></blockquote>
<p>Following this, you will be sent an e-mail giving you the details required to finish off the registration. Follow the instructions in the e-mail.</p>
<p>Each time you connect and start using the registered, you will be told that &#8220;This nick is owned by someone else&#8221;. You must &#8216;identify&#8217; to it using the following command:</p>
<blockquote><p>/ns identify &lt;password&gt;</p></blockquote>
<p>For example:</p>
<blockquote><p>/ns identify supersecretpassword</p></blockquote>
<p>If you use mIRC, you can load the following script into the Remotes section of your script editor (press alt+R to access this) to identify you automatically. Just replace &#8216;YOURPASSWORDHERE&#8217; with your actual password:</p>
<blockquote><p>on 1:NOTICE:*This nickname is registered and protected*:?: {<br />
&nbsp;&nbsp;&nbsp;if ($nick == NickServ) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ns identify YOURPASSWORDHERE<br />
&nbsp;&nbsp;&nbsp;}<br />
}</p>
<p>on 1:NOTICE:*This nick is owned by someone else*:?: {<br />
&nbsp;&nbsp;&nbsp;if ($nick == NickServ) {<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ns identify YOURPASSWORDHERE<br />
&nbsp;&nbsp;&nbsp;}<br />
}</p></blockquote>
<p>If you require help, come and see us in #help on irc.geekshed.net</p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2009/11/why-should-i-register-my-nickname-and-how-do-i-do-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

