<?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</title>
	<atom:link href="http://www.geekshed.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekshed.net</link>
	<description>GeekShed IRC Network</description>
	<lastBuildDate>Sat, 13 Mar 2010 03:03:18 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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 to...]]></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>Can I Link Two Channels?</title>
		<link>http://www.geekshed.net/2010/03/can-i-link-two-channels/</link>
		<comments>http://www.geekshed.net/2010/03/can-i-link-two-channels/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 02:23:12 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[forward]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=914</guid>
		<description><![CDATA[One question that is routinely asked in #help is how a channel owner can forward users from one channel to another. They usually ask this because they have changed channel names, and there is no other method available to regular users (as opposed to those with access to the IRCd configuration files); however it is...]]></description>
			<content:encoded><![CDATA[One question that is routinely asked in #help is how a channel owner can forward users from one channel to another. They usually ask this because they have changed channel names, and there is no other method available to regular users (as opposed to those with access to the IRCd configuration files); however it is also useful if the group that the channel is used by is hosting an event, and to keep the main channel manageable, want to limit it to only X amount of people, and have users that join after that go to an overfill channel.<br /><br />

In any case, linking two channels together is very easy, as it only involves setting two channel modes &#8211; the first sets a limit of X people that can be in the channel, and the second sets the channel to send people to after X people have joined the main channel. Also, you are not limited in the number of channels that can be linked together, with the exception that a channel can only forward users to one channel. #Chan1 can forward to #chan2, which can forward to #chan3, etc.
<blockquote>l <number of max users> = Channel may hold at most <number> of users [o] (This mode is a lowercase L, not a capital i)<br />
L <chan2> = Channel link (If +l is full, the next user will auto-join <chan2>) [q]</blockquote>

So if I wanted to forward my channel #Inara to #Adria, I would do the following: <code>/mode #Inara +lL 1 #Adria</code>. If I wanted to always have the channel set like that, so that nobody could change it, I would use chanserv&#8217;s <strong>mlock</strong> option, and do: <code>/msg chanserv set #Inara mlock +lL 1 #Adria</code>.<br /><br />

If you are linking an old channel to a new one (i.e. you&#8217;ve moved channels), the number must be 1, and there must be someone in the channel for it to work (note: botserv bots do not count. It can be a bot that you run though). If you have linked a primary channel to an overfill one, the number can be anything equal to or greater than 1.<br /><br />

<strong>NOTE</strong>: Linked channels do not share the same permissions, you will need to add people to the aop/sop/hop/vop lists in each channel.<br /><br />

Should you have any questions about linking channels, 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/can-i-link-two-channels/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What Do YOU Want To See?</title>
		<link>http://www.geekshed.net/2010/02/what-do-you-want-to-see/</link>
		<comments>http://www.geekshed.net/2010/02/what-do-you-want-to-see/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 04:00:32 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Statements]]></category>
		<category><![CDATA[rfc]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=840</guid>
		<description><![CDATA[My week long break from courses is coming up soon, and I have nothing to do for it. So I figured that I would put a day or two towards GeekShed. The only problem is that I don&#8217;t know what I should do. This is where you, the users, come into play. Although we always...]]></description>
			<content:encoded><![CDATA[My week long break from courses is coming up soon, and I have nothing to do for it. So I figured that I would put a day or two towards GeekShed. The only problem is that I don&#8217;t know what I should do. This is where you, the users, come into play. Although we always welcome input from our users, whether it&#8217;s a comment left here, on the <a href="http://www.geekshed.net/forums/index.php">forums</a>, in #help, on <a href="http://twitter.com/geekshed/">twitter</a>, or directly to a staffer, the whole purpose of this post is to solicit ideas on what you would like to see.<br /><br />

Here are the ground rules:
<ol>	<li>It should have something to do with the website, especially the parts that are driven by WordPress (basically everything except the forums), as that is my primary area of responsibility. </li>
	<li>It should be something that can be done in 12-24 hours. My break is only a week long, and as much as I love GeekShed, I don&#8217;t want to undertake something that will take the entire break.</li>
	<li>It should be something that will benefit the majority of users (i.e. not a post about why people should join your channel).</li>
	<li>Obviously, the suggestion must conform to the Network&#8217;s <a href="http://www.geekshed.net/tos/">Terms of Use</a>.</li>

</ol>

If there is more than one suggestion, I will probably work on the most popular one, so talk with your friends about it and have them comment too. Don&#8217;t let this discourage you from suggesting something though &#8211; all suggestions will remain here, as well as the spreadsheet I will be compiling with them. Something that isn&#8217;t done now may be worked on at a later point in time.<br /><br />

I will be leaving comments on this post open for a week, at which point I&#8217;ll close them and decide which item I will be working on.<br /><br />

If you have any questions or need something clarified, please /join #help and speak with Ryan, or you may post in <a href="http://www.geekshed.net/forums/viewtopic.php?f=12&#038;t=185">this</a> topic on the forum. Please leave comments here for suggestions only.]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/02/what-do-you-want-to-see/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How Do I Embed My Chatroom Onto My Website?</title>
		<link>http://www.geekshed.net/2010/02/how-do-i-embed-my-chatroom-onto-my-website/</link>
		<comments>http://www.geekshed.net/2010/02/how-do-i-embed-my-chatroom-onto-my-website/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 19:07:39 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[TFlash]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=825</guid>
		<description><![CDATA[One of the more frequent questions we see is people wondering how do they embed their chatroom on their website, and more often than not, it&#8217;s run off of WordPress. Although I wrote this while going through the steps on a site using WordPress, the process should be similar on Drupal, Joomla, or any other...]]></description>
			<content:encoded><![CDATA[One of the more frequent questions we see is people wondering how do they embed their chatroom on their website, and more often than not, it&#8217;s run off of WordPress. Although I wrote this while going through the steps on a site using WordPress, the process should be similar on Drupal, Joomla, or any other CMS.
<br /><br />
One thing to note before starting is that you need to be able to post HTML, and not have it filtered. If you are using wordpress.com, or WPMU and are not the site/super admin, your HTML is filtered and you will not be able to see the chat box when you post the post/page you&#8217;re trying to put it onto. If you cannot post HTML, it will not work because it will treat the code as text instead. 
<br /><br />
Having said that, here are 5 easy steps to embedding your chat onto a site.<br /><br />
<ol><li>Get the <a href="http://www.geekshed.net/getchat/">embed code</a> from our website. At the very minimum, you should change the channel name. Unless you know better dimensions for your site&#8217;s layout, it might be best to leave the default size; you can always change that later (it is just two variables in the embed code).</li>
<li> Add a new Page or Post like you normally would, and give it a title. While still in the visual editor (if you use it), feel free to add anything that you would like above and/or below the chat box and associated items.</li>
<li>Next, if you aren&#8217;t already in HTML mode, click on the HTML button.</li>
<li>Paste in the code you copied from step 1 in the appropriate place (depending on if you added text for above/below [step 2]). At this point, you will see the code, which may not make sense to you. Click the Save Draft button, then Preview.</li>
<li>Depending on your theme, you might need to change the size of the chat. Once you are happy with how it looks, Publish the post.</li></ol>

Still have questions? Feel free to ask in #help, or post in the <a href="http://www.geekshed.net/forum/">forums</a>]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/02/how-do-i-embed-my-chatroom-onto-my-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Staff Member &#8211; CCMike</title>
		<link>http://www.geekshed.net/2010/02/new-staff-member-ccmike/</link>
		<comments>http://www.geekshed.net/2010/02/new-staff-member-ccmike/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:34:10 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[staff]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=832</guid>
		<description><![CDATA[There is a concept. This concept is difficult for the author to understand. Some people call it &#8216;real life&#8217;. Sadly, this mischievous beast has gotten in the way once more and our newest staff member, Kyle, has been forced to resign his staff position to pursue further education. This is a great loss to GeekShed...]]></description>
			<content:encoded><![CDATA[There is a concept. This concept is difficult for the author to understand. Some people call it &#8216;real life&#8217;. Sadly, this mischievous beast has gotten in the way once more and our newest staff member, Kyle, has been forced to resign his staff position to pursue further education. This is a great loss to GeekShed and we wish him all the best with his studies.
<br /><br />
In an attempt to fill the gaping hole left by Kyle&#8217;s resignation, we have asked CCMike to join the GeekShed staff team. He kindly accepted this offer and we are thrilled to have him on the team. CCMike has been on GeekShed and its predecessor for 5+ years and is a great friend to many.
<br /><br />
Like any new staff member, Mike has a lot to learn but we are confident that he will take this in his stride.
<br /><br />]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/02/new-staff-member-ccmike/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Can People on GeekShed See My IP Address</title>
		<link>http://www.geekshed.net/2010/02/can-people-on-geekshed-see-my-ip-address/</link>
		<comments>http://www.geekshed.net/2010/02/can-people-on-geekshed-see-my-ip-address/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 16:24:49 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[hostmask]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[privacy]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=803</guid>
		<description><![CDATA[Every now and then, a question that arises in #help is if people can see the IP address of another individual. Since GeekShed encrypt users&#8217; IP addresses and hostmasks the short answer is no, other people can not see your IP address. The long answer is the following: The only people that can see a...]]></description>
			<content:encoded><![CDATA[<p>Every now and then, a question that arises in #help is if people can see the <abbr title="Internet Protocol">IP</abbr> address of another individual. Since GeekShed encrypt users&#8217; IP addresses and hostmasks the short answer is <strong>no, other people can not see your IP address</strong>.<br /><br /> The long answer is the following:<br /><br /> The only people that can see a user&#8217;s IP address is the user, and network staff. Anyone else will see an encrypted version of the IP address, or an encrypted version of the hostname if the IP address was able to be resolved.<br /><br /> Examples:</p>
<ul>
	<li>Instead of seeing host127-68-124-93.range127-124.virginmedia.com, other users will see protectedhost-A8B9B24A.range127-124.virginmedia.com</li>
	<li>Instead of seeing 134.65.154.12, other users will see AD171E0.223C44F1.789AD83A.IP</li>
</ul>
<p>Some users claim that they are able to see the IP address of other users. This is incorrect. What they are seeing is the IP address of the page they see when they try to visit a domain that does not resolve.<br /><br /> Examples:</p>
<ul>
	<li> If they claim to know the IP address of a staff member, with the geekshed.net vhost, the IP they really see if that of the server the geekshed.net website resides on.</li>
	<li>If a user of OpenDNS claims to know the IP address of the virginmedia user (from the previous example), what they will really see is 208.69.36.132, which actually resolves to hit-nxdomain.opendns.com.</li>
	<li>Some clients may resolve the &#8220;primary&#8221; domain name itself, in which case the user would see 212.250.162.12 for virginmedia.com
</ul>
<p>Disclaimer: this all goes out the window if the user unsets usermode x, which is the mode that hides their IP address/hostmask. This mode is set by default on connect and is removed either by doing &#8220;/umode2 -x&#8221; or &#8220;/hs off&#8221;. If umode x ever gets unset it can be turned back on with &#8220;/umode2 +x&#8221;</p>]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/02/can-people-on-geekshed-see-my-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quit Messages and What They Mean</title>
		<link>http://www.geekshed.net/2010/01/quit-messages-and-what-they-mean/</link>
		<comments>http://www.geekshed.net/2010/01/quit-messages-and-what-they-mean/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 21:09:12 +0000</pubDate>
		<dc:creator>Ryan</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[FAQ]]></category>
		<category><![CDATA[message]]></category>
		<category><![CDATA[quit]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=799</guid>
		<description><![CDATA[Excess flood &#8211; you attempted to send too much data to the IRC server too quickly. The server thought you were attempting to flood it, and so it disconnected you. If this is happening to you a lot, you should check to see if your client offers a setting that will prevent this (mIRC users:...]]></description>
			<content:encoded><![CDATA[<p><strong>Excess flood</strong> &#8211; you attempted to send too much data to the IRC server too quickly. The server thought you were attempting to flood it, and so it disconnected you. If this is happening to you a lot, you should check to see if your client offers a setting that will prevent this (mIRC users: Options -&gt; IRC -&gt; Flood).<br /><br /> <strong>Max sendQ exceeded</strong> &#8211; you failed to receive the data from the server quick enough; the server tried to send you too much data and closed the connection. This could happen if you use /who on larger channels too often.<br /><br /> <strong>Ping timeout</strong> &#8211; In order to confirm that connections are still active, servers regularly send out ping requests. When a client doesn&#8217;t respond to this within a set period of time, 2 minutes on GeekShed, it believes that the connection no longer active, and closes it. If this happening to you often, you should try using the <a href="http://www.geekshed.net/servers/">closest server</a> to you (or the next closest, if you&#8217;re already using the closest).<br /><br /> <strong>Connection reset by peer</strong> &#8211; when the IRC client uncleanly closes the connection to the server , the server may not realize that the connection has been terminated. In this situation, the user still appears to be online (a ghost user). The next time the server attempts to send data to the client, it realizes the connection no longer exists and resets it; the ghost is then disconnected.<br /><br /> <strong>Broken pipe</strong> &#8211; when there is a sudden break in the connection between the IRC server and client, the user will disconnect with this message.<br /><br /> <strong>*.geekshed.net *.geekshed.net</strong> &#8211; this is a netsplit, or when one server loses its connection from the rest of the network. For a more detailed explanation, as well as images, view the WikiPedia entry on <a href="http://en.wikipedia.org/wiki/Netsplit">Netsplits</a>.<br /><br /> <strong>G:lined</strong> or <strong>Z:lined</strong> &#8211; for some reason, the user has been banned from the network. The reason, as well as a URL where the person may find more information is always given when staff ban someone. For information on the ban appeal process, please see the <a href="http://www.geekshed.net/bans/">Ban Appeals</a> page.<br /><br /> <strong>Killed (nick (reasons))</strong> &#8211; this is given when a user has been forcibly disconnected from the network by a staff member. The staff member&#8217;s name and a reason are always given. This should be viewed as a warning, and the user may be banned if the behavior continues.<br /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/01/quit-messages-and-what-they-mean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash Client Upgrade</title>
		<link>http://www.geekshed.net/2010/01/flash-client-upgrade/</link>
		<comments>http://www.geekshed.net/2010/01/flash-client-upgrade/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 05:16:40 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[for you]]></category>
		<category><![CDATA[Status]]></category>
		<category><![CDATA[TFlash]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=790</guid>
		<description><![CDATA[We have, for quite a while now, offered TFlash as our web based IRC client. This was originally written as a quick replacement for the Java client we used previously. TFlash has, however, stood up to the test of time and has proved to be a very popular client amongst users. 

We have now decided...]]></description>
			<content:encoded><![CDATA[We have, for quite a while now, offered TFlash as our web based IRC client. This was originally written as a quick replacement for the Java client we used previously. TFlash has, however, stood up to the test of time and has proved to be a very popular client amongst users. 
<br /><br />
We have now decided that it is time to upgrade TFlash to make it bigger and better. To this end, we contracted Mike Parks (BigRedPimp) of <a href="http://www.thinkrightgames.com/">thinkrightgames.com</a> to carry out the work. He is an incredibly experienced Flash developer and has made an exceptional job of the new Flash Client.
<br /><br />
Today we have launched this new client and it should now be embedded on all of the sites that had the old Flash client embedded.
<br /><br />
Development of the client started in early December and, since then, a team of testers have tirelessly tested it and removed bugs. We thank them for their help. If you do however find a bug, please report it using the address at the top of the new flash client.
<br /><br />
BigRedPimp has put in a huge amount of effort with this project and we thank him unreservedly for his time and for doing this project for such a low cost. We are glad to call him a friend of GeekShed.
<br /><br />
If you have any questions about the new Flash client, please come and see us in #help on irc.geekshed.net.
<br /><br />
You can see the new TFlash at <a href="http://www.geekshed.net/chat/">http://www.geekshed.net/chat/</a>
<br /><br />]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/01/flash-client-upgrade/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>GeekShed Management Script</title>
		<link>http://www.geekshed.net/2010/01/geekshed-management-script/</link>
		<comments>http://www.geekshed.net/2010/01/geekshed-management-script/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 00:04:53 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[for you]]></category>
		<category><![CDATA[management]]></category>
		<category><![CDATA[mirc]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=786</guid>
		<description><![CDATA[GeekShed has an officially supported management script written by the GeekShed staff along with users Zetacon and GrimReaper. It offers a range of features including canned messages to help people with common questions as well as some decent channel and nickname management features.

We have checked out the tags directory at http://www.geekshed.net/gs-script/ so you can find...]]></description>
			<content:encoded><![CDATA[GeekShed has an officially supported management script written by the GeekShed staff along with users Zetacon and GrimReaper. It offers a range of features including canned messages to help people with common questions as well as some decent channel and nickname management features.
<br /><br />
We have checked out the tags directory at <a href="http://www.geekshed.net/gs-script/">http://www.geekshed.net/gs-script/</a> so you can find each version of the script. We recommend using the latest version (i.e. the one with the highest version number). 
<br /><br />
Load it into the remotes section of your script editor just like any other script or place it in your mIRC install dir and type:
<br /><br />
<blockquote>/load -rs gs-chanscript.mrc</blockquote>

Any problems, come see us in #help on irc.geekshed.net
<br /><br />]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/01/geekshed-management-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Login Service</title>
		<link>http://www.geekshed.net/2010/01/login-service/</link>
		<comments>http://www.geekshed.net/2010/01/login-service/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 20:52:03 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Explanation]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[services]]></category>
		<category><![CDATA[SSL]]></category>
		<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://www.geekshed.net/?p=784</guid>
		<description><![CDATA[We have, for a while now, had a login service which links to our services database to allow you to login to areas of the site, such as the quote database, using your services login. This has always been an experimental feature however we are now happy that it&#8217;s working great and have finalized it....]]></description>
			<content:encoded><![CDATA[We have, for a while now, had a login service which links to our services database to allow you to login to areas of the site, such as the quote database, using your services login. This has always been an experimental feature however we are now happy that it&#8217;s working great and have finalized it. We have applied an SSL certificate to the site to allow your username and password to be encrypted as it passes over the Internet for our auth service to verify.
<br /><br />
We hope to be able to use this service in the future for lots of cool areas of the site including web based nickname and channel registration.
<br /><br />

]]></content:encoded>
			<wfw:commentRss>http://www.geekshed.net/2010/01/login-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
