<?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>WyldRyde IRC Network &#187; FAQ</title>
	<atom:link href="http://www.wyldryde.org/category/faq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wyldryde.org</link>
	<description></description>
	<lastBuildDate>Sat, 26 Nov 2011 13:04:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How To: Block and Censor Words In Your Channel</title>
		<link>http://www.wyldryde.org/2011/07/how-to-block-and-censor-words-in-your-channel/</link>
		<comments>http://www.wyldryde.org/2011/07/how-to-block-and-censor-words-in-your-channel/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 00:41:35 +0000</pubDate>
		<dc:creator>Mike Mansell</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[bad words]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[censore]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[foul language]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[words]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/?p=683</guid>
		<description><![CDATA[Here on WyldRyde we strive to provide an excellent IRC network where channel owners are given a blank canvas so that they can manage and maintain their channels around their needs.  For a while now channel owners have been able to take advantage of a couple of features to maintain family-friendly channels without having to [...]]]></description>
			<content:encoded><![CDATA[<p>Here on WyldRyde we strive to provide an excellent IRC network where channel owners are given a blank canvas so that they can manage and maintain their channels around <em>their </em>needs.  For a while now channel owners have been able to take advantage of a couple of features to maintain family-friendly channels without having to worry about foul language or swearing.  Additionally, as of this evening we have also made it possible for operators to use the &#8220;~T&#8221; extended ban flag (as described later in this article) to block specific words from being said on their channels.  So in order to better outline your options for blocking and filtering words on your channel, I&#8217;ve decided to go ahead and outline <em>all </em>of the blocking mechanisms that we have in place and how you can implement them.</p>
<h3>G-Rated Channel Mode</h3>
<p>First and foremost, the WyldRyde staff maintains an <strong>extensive </strong>list of bad words that are deemed to be inappropriate for friendly communities.  While we do not force any filters on any channels or configure such filters to be enabled automatically, channel owners and operators have the ability to censor the bad words on this list by setting channel mode &#8220;+G&#8221; (think &#8220;G-Rated&#8221;).  When this mode is in place, all bad words on our list are automatically replaced with &#8220;&lt;censored&gt;&#8221; in the channel.</p>
<h3>BotServ Auto-Kicks</h3>
<p>Additionally, users who opt to use our services bots have the option to configure &#8220;badwords&#8221; and &#8220;kick&#8221; options to configure a list of channel-specific bad words for which users will be automatically kicked for saying.  To do this, one must first have a services bot (through BotServ) assigned to their channel, as is explained in the &#8220;How do I add a services bot to my channel?&#8221; portion of the <a href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/" target="_blank">channel registration walk-through</a>.</p>
<p>Once that is all set, a channel owner can add bad words with the following command;</p>
<p style="text-align: center;"><code>/bs badwords <em>#channel</em> add <em>word</em> <em>{position}</em></code></p>
<p style="text-align: left;">Of course, in this example you would replace &#8220;#channel&#8221; with your channel and &#8220;word&#8221; with the word you wanted to block.  While specifying the &#8220;position&#8221; option is entirely optional, <em>not </em>specifying this parameter will detect your specified &#8220;word&#8221; value as a bad word even if it is part of another word.  For example, if you blocked the word &#8220;<strong>car</strong>&#8221; in your channel without specifying a &#8220;position&#8221; value, the word &#8220;<strong>carton</strong>&#8221; would be deemed as a bad word as well.</p>
<p style="text-align: left;">On the flip side, if you specify &#8220;start&#8221; as your position value, only words <em>starting </em>with &#8220;car&#8221; would be detected bad words.  In our case, the word &#8220;carton&#8221; starts with &#8220;car&#8221;, so it indeed would be classified as a bad word.  Additionally, if you use a position value of &#8220;end&#8221;, only words <em>ending </em>with a specific set of characters would be caught and our &#8220;carton&#8221; example would <em>not </em>be seen as a bad word.</p>
<p style="text-align: left;">To tell BotServ to automatically kick users for using &#8220;bad&#8221; words, use the following command;</p>
<p style="text-align: center;"><code>/bs kick <em>#channel</em> badwords on <em>{ttb}</em></code></p>
<p style="text-align: left;">As always, &#8220;#channel&#8221; will need to be replaced with the name of the given channel.  Additionally, the optional parameter &#8220;ttb&#8221; will specify how many times a user can be kicked before they are banned from the channel for foul language.</p>
<p style="text-align: left;"><em><strong>Note: </strong>You can enable and disable &#8220;badword&#8221; kicking as often as you want without loosing the list of words you have configured with BotServ.</em></p>
<h3>Word-Blocking Channel Mode</h3>
<p>Last but not least we&#8217;ve recently loaded the <a href="http://www.unrealircd.com/modules/view/46" target="_blank">&#8220;Text/Word Extended Ban&#8221; module</a> onto all of our IRC leafs, giving channel owners yet another option for blocking words on their channels.</p>
<p>This particular module does not utilize its own mode, but rather adds the &#8220;~T&#8221; flag onto the channel ban (&#8220;+b&#8221;) mode to specify that it is a <em>text </em>block instead of a normal <em>user </em>join block.  In this following example, we are going to block the word &#8220;car&#8221; in a given channel.</p>
<p style="text-align: center;"><code>/mode #channel +b ~T:block:car</code></p>
<p>With this mode in place, a user who attempted to use the word &#8220;car&#8221; in the channel would not be able to send their message.  However, &#8220;carton&#8221; would still be allowed.  To better control this, you can use the wildcard character (&#8220;*&#8221;) in your specified word.  Setting a word ban on &#8220;car*&#8221; would block the word &#8220;carton&#8221;, while a word ban on &#8220;*car&#8221; would block the word &#8220;racecar&#8221; and &#8220;*car*&#8221; would block messages with words that contained &#8220;car&#8221; anywhere in them.</p>
<p>Additionally, you can replace &#8220;block&#8221; in the parameters with &#8220;censor&#8221; to replace specified bad words with &#8220;&lt;censored&gt;&#8221; instead of blocking the message altogether.</p>
<p>Be sure to keep in mind that channels can use any combination of these offerings, and as always you&#8217;re more than welcome to pop into our <a href="http://irc.wyldryde.org/?channels=help" target="_blank">help channel</a> if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2011/07/how-to-block-and-censor-words-in-your-channel/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To: Automatically Join Channels When You Connect to IRC</title>
		<link>http://www.wyldryde.org/2011/05/how-to-automatically-join-channels-when-you-connect-to-irc/</link>
		<comments>http://www.wyldryde.org/2011/05/how-to-automatically-join-channels-when-you-connect-to-irc/#comments</comments>
		<pubDate>Sun, 15 May 2011 01:26:19 +0000</pubDate>
		<dc:creator>Jeff Weisbein</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[auto join]]></category>
		<category><![CDATA[connect]]></category>
		<category><![CDATA[modules]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/?p=662</guid>
		<description><![CDATA[We have just added the ns_ajoin module to WyldRyde so you can easily auto join channels when you connect using a registered nick.  Once you have registered your nick and have identified with services you can use the following command (below) to add a specific channel to your list of channels to join upon connecting [...]]]></description>
			<content:encoded><![CDATA[<p>We have just added the <a title="ns_ajoin" href="http://modules.anope.org/index.php?page=view&amp;id=73" target="_blank">ns_ajoin</a> module to WyldRyde so you can easily auto join channels when you connect using a <a title="How to register a nickname" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/" target="_blank">registered nick</a>.  Once you have registered your nick and have identified with services you can use the following command (below) to add a specific channel to your list of channels to join upon connecting to the WyldRyde IRC Network.</p>
<p><code>/ns ajoin add #channelnamehere</code></p>
<p>For example, if you wanted to add #besttechie to your auto join list you would type: /ns ajoin add #besttechie</p>
<p>If you want to remove a channel from your auto join list, it&#8217;s just as easy.  To delete a channel from your auto join list use the following command (below).</p>
<p><code>/ns ajoin del #channelnamehere</code></p>
<p>For example, if you wanted to delete #besttechie from your auto join list you would type: /ns ajoin del #besttechie</p>
<p>As always, if you have any questions, feel free to drop by our <a title="WyldRyde IRC Help Channel" href="http://www.wyldryde.org/chat/chat.php">#help</a> channel.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2011/05/how-to-automatically-join-channels-when-you-connect-to-irc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: Creating a Channel for Your Community</title>
		<link>http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/</link>
		<comments>http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 00:32:43 +0000</pubDate>
		<dc:creator>Mike Mansell</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[botserv]]></category>
		<category><![CDATA[channel]]></category>
		<category><![CDATA[chanserv]]></category>
		<category><![CDATA[chat room]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/?p=615</guid>
		<description><![CDATA[WyldRyde makes it dead-simple for your to create a chat-room for your community or group.  This step-by-step guide will show you how to go about registering a channel, adding a BotServ bot to it, and giving selected users voice and operator status. What is required to register a channel? In order to register your channel, you will [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/7L4h0376Q3k?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/7L4h0376Q3k?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>WyldRyde makes it dead-simple for your to create a chat-room for your community or group.  This step-by-step guide will show you how to go about registering a channel, adding a BotServ bot to it, and giving selected users voice and operator status.</p>
<h3>What is required to register a channel?</h3>
<p>In order to register your channel, you will need a registered nick on WyldRyde.  In short, the command to register your nick is &#8220;<strong>/ns register password email&#8221;</strong>, and you would replace &#8220;password&#8221; and &#8220;email&#8221; with your desired password and email address, respectively.  For a more in-depth guide to registering your nick, please reference my previous <a href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick" target="_blank">tutorial</a>.</p>
<h3>How do I go about registering a channel?</h3>
<p>Once you are connected, registered, and identified, registering a channel is a simple two-step process.  First, you will want to use the <strong>/join </strong>command (&#8220;/join&#8221;  followed by a space and your desired channel name) to join the channel you with to register.  Remember that all channel names are prefixed with the pound sign (&#8220;#&#8221;), so your channel name should be in the form of &#8220;#ChannelName&#8221;.</p>
<p><a rel="attachment wp-att-636" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/cs-join-chan/"><img class="aligncenter size-medium wp-image-636" title="cs-join-chan" src="http://www.wyldryde.org/wp-content/uploads/2010/11/cs-join-chan-300x84.png" alt="" width="300" height="84" /></a></p>
<p>Upon joining your channel, you should be the channel operator.  In clients such as <a href="http://mirc.com" target="_blank">mIRC</a> and <a href="http://www.codeux.com/textual/" target="_blank">Textual</a>, your channel operator status will be represented with the &#8220;@&#8221; symbol.  Other client such as <a href="http://xchat.org" target="_blank">XChat</a> represent channel operator status with a green emblem.  Once you have assured that you have operator status, you can go about registering the channel with ChanServ.</p>
<p><a rel="attachment wp-att-638" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/cs-xchat-op/"><img class="aligncenter size-medium wp-image-638" title="cs-xchat-op" src="http://www.wyldryde.org/wp-content/uploads/2010/11/cs-xchat-op-300x89.png" alt="" width="300" height="89" /></a></p>
<p>The actual ChanServ registration process is rather straight-forward.  The command that you will want to enter is:</p>
<p style="text-align: center;"><strong>/cs register #channel password description</strong></p>
<p style="text-align: left;">For the &#8220;#channel&#8221; variable, you will want to use the name of the channel that you joined and hold channel operator status in.  The &#8220;password&#8221; variable is simply a secure password as chosen by you.  This password can later be shared with a designated channel co-owner in order to allow another user to have the same level of channel access that is typically limited to the person who registered the channel.  Lastly, &#8220;description&#8221; needs to be replaced with a simple description (spaces allowed of the channel).  Below is a sample registration command:</p>
<p style="text-align: left;"><a rel="attachment wp-att-639" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/cs-reg-command/"><img class="aligncenter size-medium wp-image-639" title="cs-reg-command" src="http://www.wyldryde.org/wp-content/uploads/2010/11/cs-reg-command-300x46.png" alt="" width="300" height="46" /></a></p>
<p style="text-align: left;">Once you have submitted the command, ChanServ should send you a notice stating that the channel has been successfully registered to your name.  Additionally, ChanServ will apply mode &#8220;+r&#8221; to the channel to signify that it has been registered and  will give you mode &#8220;+q&#8221; in the channel to identify you as the channel&#8217;s owner.</p>
<p style="text-align: left;"><em><strong>Note: </strong>Even though you are the owner of a channel, you <strong>will not </strong>have the &#8220;~&#8221; or &#8220;&amp;&#8221; symbols that are sometimes uses by other networks to symbolize a user&#8217;s owner or admin status in a channel.  WyldRyde uses the &#8220;@&#8221; symbol for all channel owners (+q), admins (+a), and operators (+o).  Despite the fact that you do not have the &#8220;~&#8221; or &#8220;&amp;&#8221; symbols <strong>you are still the channel owner</strong> because you have the &#8220;+q&#8221; mode.</em></p>
<h3>How do I add a services bot to my channel?</h3>
<p>Adding a services bot allows you to use the commands available for <a href="http://wyldryde.org/commands/botserv.php" target="_blank">BotServ</a> in order to maintain your channel in a more simplistic fashion.</p>
<p>To add a bot to your channel, you will first need to select a bot name from the list of available bots (114 available as of the time of writing).  This list can be seen by typing &#8220;<strong>/bs botlist&#8221; </strong>in the text area within your client.</p>
<p>Once you enter this command, you should receive a list of bot names.  This list will have not only the <em>names </em>of the bots, but their idents and virtual hosts as well.  The list will be similar to the one shown below:</p>
<p><a rel="attachment wp-att-640" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/bs-botlist/"><img class="aligncenter size-medium wp-image-640" title="bs-botlist" src="http://www.wyldryde.org/wp-content/uploads/2010/11/bs-botlist-300x253.png" alt="" width="300" height="253" /></a></p>
<p>After you have selected a name from the list, assigning the bot is as simple as entering the following command:</p>
<p style="text-align: center;"><strong>/bs assign #channel bot</strong></p>
<p style="text-align: left;">Be sure to replace &#8220;#channel&#8221; with the channel you wish to assign the bot to (it must be a channel that you own) and &#8220;bot&#8221; with the name you selected from the list.</p>
<p style="text-align: left;"><em><strong>Note: </strong>If you are interested in getting a custom bot name, please join the #help channel (&#8220;/join #help&#8221;) and ask to speak with a Services or Network Administrator about acquiring one.</em></p>
<p style="text-align: left;">Upon sending this command, you should receive confirmation from BotServ that the bot was successfully assigned.  Additionally, you will know that you executed the command correctly when you see that the bot you requested as joined your channel.</p>
<p style="text-align: left;"><a rel="attachment wp-att-641" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/bs-assign/"><img class="aligncenter size-medium wp-image-641" title="bs-assign" src="http://www.wyldryde.org/wp-content/uploads/2010/11/bs-assign-300x65.png" alt="" width="300" height="65" /></a></p>
<p style="text-align: left;"><a rel="attachment wp-att-642" href="http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/bs-success/"><img class="aligncenter size-medium wp-image-642" title="bs-success" src="http://www.wyldryde.org/wp-content/uploads/2010/11/bs-success-300x54.png" alt="" width="300" height="54" /></a></p>
<p style="text-align: left;">One thing that I typically do is enable &#8220;fantasy&#8221; commands within BotServ.  This allows your channel ops to take advantage of in-channel command such as &#8220;!kick&#8221; in order to simplify the channel maintenance experience.  To enable this, use the command &#8220;<strong>/bs set #channel fantasy on&#8221;,</strong> ensuring that you replace &#8220;#channel&#8221; with the name of your channel.</p>
<h3>How do I assign access levels to other users?</h3>
<p>One of the great things about ChanServ is that it allows you to give <em>registered</em> users access levels within the channel, and allows for these access levels to be associated with the user&#8217;s identity.  This means that you do not have to worry about re-voicing or re-oping a user whenever he or she enters your channel, as you can have services do it automatically.</p>
<p>The basic command for assigning an access level to a user is: &#8220;<strong>/cs LVL #channel add nick&#8221;</strong>.  In this command, you must replace &#8220;#channel&#8221; with your channel name and &#8220;nick&#8221; with the user who you are assigning an access level to.  Additionally, you must replace &#8220;LVL&#8221; with a three-digit code from below to tell ChanServ exactly what level of access that you want said user to have.  The following table shows the three-digit code, the modes that it will give the user, and an idea of what the user will be able to do with the given level of access.</p>
<p><!-- 		@page { margin: 0.79in } 		TD P { margin-bottom: 0in } 		P { margin-bottom: 0.08in } --></p>
<table cellspacing="0" cellpadding="4" width="100%">
<colgroup>
<col width="38*"></col>
<col width="42*"></col>
<col width="176*"></col>
</colgroup>
<tbody>
<tr valign="TOP">
<td style="text-align: center;" width="15%"><strong>Code</strong></td>
<td style="text-align: center;" width="16%"><strong>Modes</strong></td>
<td style="text-align: center;" width="69%"><strong>Description</strong></td>
</tr>
<tr valign="TOP">
<td style="text-align: center;" width="15%">VOP</td>
<td style="text-align: center;" width="16%">+v</td>
<td width="69%"><em>Voice:</em> This will allow the user to speak in the channel 			when it is moderated (+m).</td>
</tr>
<tr valign="TOP">
<td style="text-align: center;" width="15%">HOP</td>
<td style="text-align: center;" width="16%">+h</td>
<td width="69%"><em>Half-Operator: </em>This 			will allow the user to “moderate” the channel.  Some of the 			things a half-operator can do include voicing and de-voicing 			users, kicking users, and adding and removing bans.  This access 			level allows you to allow a trusted user to moderate a channel 			without giving them too much power or control.</td>
</tr>
<tr valign="TOP">
<td style="text-align: center;" width="15%">AOP</td>
<td style="text-align: center;" width="16%">+o</td>
<td width="69%"><em>Channel Operator: </em>This 			mode will allow a user to do everything that a half-operator can 			(voicing, kicks, bans) in addition to setting more “advanced” 			modes such as flood control language filters, etc.  An operator is 			able to give and take voice, half-operator, and operator status 			from users in the channel.</td>
</tr>
<tr valign="TOP">
<td style="text-align: center;" width="15%">SOP</td>
<td style="text-align: center;" width="16%">+ao</td>
<td width="69%"><em>Channel Administrator (Super 			Operator): </em>This access level 			is the highest that a user can obtain without becoming co-owner of 			a channel.  A channel admin has all of the abilities as a channel 			operator in adition to the ability to kick/ban channel operators 			and the ability to manipulate certain parts of the ChanServ access 			list.</td>
</tr>
</tbody>
</table>
<p>Once you submit the command, you will receive confirmation from ChanServ that everything went through successfully.</p>
<p>If you wish to give someone co-owner status in your channel, you must give them the password that you set during the channel registration process.  Then, they will need to use the command &#8220;<strong>/cs identify #channel password&#8221;</strong>, replacing &#8220;#channel&#8221; with the channel name and &#8220;password&#8221; with the password you set.</p>
<p>Note, however, that you should only give the founder&#8217;s password to people that you <strong>really </strong>trust, as a co-owner has <strong>full control </strong>over the channel&#8217;s settings and can even go as far as removing your owner status, regardless of the fact that you originally created the channel.</p>
<h3>What if I have more questions?</h3>
<p>As always, you are encouraged to join the #help channel (&#8220;/join #help&#8221;, or visit using the <a href="http://wyldryde.org/chat" target="_blank">web-chat</a>) if you have any questions.  A staff member or helper will be more than willing to help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2010/11/video-tutorial-creating-an-channel-for-your-community/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: How to Register Your Nick</title>
		<link>http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/</link>
		<comments>http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 23:00:53 +0000</pubDate>
		<dc:creator>Mike Mansell</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[nick]]></category>
		<category><![CDATA[nickserv]]></category>
		<category><![CDATA[register]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/?p=608</guid>
		<description><![CDATA[Registering your online handle (known as your &#8220;nick&#8221;) on WyldRyde gives you a great number of benefits that will ultimately make your experience on WyldRyde that much better. What are the benefits of registering? Some of the benifits from having a registered nick include: The ability to protect your nick Registering your nick ensures that you are [...]]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/MW3bkjJM2mI?fs=1&amp;hl=en_US" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/MW3bkjJM2mI?fs=1&amp;hl=en_US" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Registering your online handle (known as your &#8220;nick&#8221;) on WyldRyde gives you a great number of benefits that will ultimately make your experience on WyldRyde that much better.</p>
<h3>What are the benefits of registering?</h3>
<p>Some of the benifits from having a registered nick include:</p>
<ul>
<li><strong>The ability to protect your nick<br />
</strong>Registering your nick ensures that you are the only one able to use it.  This eliminates the need to worry about someone stealing your nick or impersonating you on IRC.</li>
<li><strong>The ability to register channels<br />
</strong>Registered  WyldRyde users are able to register channels (also known as chat rooms) of their own on WyldRyde.  Registration is necessary to do this because each channel registration needs to be associated with a registered nick.  Obviously, this cannot be done if you do not register.</li>
<li><strong>The possibility of becoming voiced or op&#8217;d in channels</strong><br />
Often times when a user proves themselves to be trustworthy in a channel, the owner of said channel will give them &#8220;status&#8221; in the channel.  User statuses are associated with nicks, and without registering you will make it impossible for a channel owner to &#8220;promote&#8221; you within the room.</li>
<li><strong><a href="http://www.wyldryde.org/2005/12/can-i-get-a-vhost/" target="_blank">Qualification for a VHost</a></strong><a href="http://www.wyldryde.org/2005/12/can-i-get-a-vhost/" target="_blank"><br />
</a>WyldRyde allows for registered users to request a virtual hostname (also known as a VHost) to mask the hostname assigned to them by their ISP.  Again, this is something that is associated with the users WyldRyde identity, meaning that in order to obtain a VHost the user must be registered.<a href="http://www.wyldryde.org/2005/12/can-i-get-a-vhost/" target="_blank"></a></li>
</ul>
<h3>How do I register?</h3>
<p>Registering your nick is by no stretch of the imagination a difficult process, and in this tutorial I will walk you through said process step by step.</p>
<p>First off, you&#8217;re going to need an IRC client.  There are a number of <a href="http://wyldryde.org/software" target="_blank">desktop clients</a> that you can download and use on your computer, however you can also use our <a href="http://wyldryde.org/chat" target="_blank">web-based chat client</a> if you cannot or do not wish to install software onto your computer.</p>
<p>Upon connecting to WyldRyde (use &#8220;/connect irc.wyldryde.org&#8221; in your client if you&#8217;re not using the web-based chat), the first thing you will want to do is change your nick to something that you&#8217;d like to register.  I always recommended putting thought into your nick selection, because even though you can change it down the road, it&#8217;s good practice to keep a consistent name.  Once you have pondered your nick selection, use the <strong>/nick </strong>command (type &#8220;/nick&#8221; followed by your desired nickname).  This will change your nickname.</p>
<p><a rel="attachment wp-att-629" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/ns-change-nick/"><img class="aligncenter size-medium wp-image-629" title="ns-change-nick" src="http://www.wyldryde.org/wp-content/uploads/2010/11/ns-change-nick-300x136.png" alt="" width="300" height="136" /></a>Once you have changed your nick, you&#8217;ll want to register it through NickServ &#8211; the nickname services bot on WyldRyde.  To do this, you need to type &#8220;<strong>/ns register</strong>&#8221; followed by your desired password and email address.  It&#8217;s best practice to use a strong password that would be difficult (if not impossible) for another user to guess.  While we do not check the validity of email addresses, I always recommended that you enter your <em>real </em>email address, because this will allow us to assist you with password resets in the event that you forget your password.  Below is an example of the registration command.</p>
<p><a rel="attachment wp-att-630" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/ns-register/"><img class="aligncenter size-medium wp-image-630" title="ns-register" src="http://www.wyldryde.org/wp-content/uploads/2010/11/ns-register-300x66.png" alt="" width="300" height="66" /></a></p>
<h3>How do I identify?</h3>
<p>Of course, once you register your nick you will need to identify upon returning to WyldRyde.  If you are using the web-based chat client, identifying is as simple as providing your password in the log-in box.  The same can also be said for many modern-day IRC clients such as <a href="http://xchat.org/" target="_blank">XChat</a> (Windows and Linux) and <a href="http://www.codeux.com/textual/" target="_blank">Textual</a> (Mac OS X).</p>
<p><a rel="attachment wp-att-631" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/ns-flash-identify/"><img class="aligncenter size-medium wp-image-631" title="ns-flash-identify" src="http://www.wyldryde.org/wp-content/uploads/2010/11/ns-flash-identify-300x237.png" alt="" width="300" height="237" /></a></p>
<p><a rel="attachment wp-att-632" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/ns-xchat-nspass/"><img class="aligncenter size-medium wp-image-632" title="ns-xchat-nspass" src="http://www.wyldryde.org/wp-content/uploads/2010/11/ns-xchat-nspass-300x43.png" alt="" width="300" height="43" /></a></p>
<p>However, if you have a client that does not have a built-in option for handling NickServ passwords, you can simply use the <strong>/identify </strong>command (&#8220;/indentify&#8221; followed by your password) to identify with NickServ.  To automatically identify, you may also look into your client&#8217;s &#8220;connect commands&#8221; options to automatically send the identification command upon connecting to WyldRyde.</p>
<p><a rel="attachment wp-att-633" href="http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/ns-identify/"><img class="aligncenter size-medium wp-image-633" title="ns-identify" src="http://www.wyldryde.org/wp-content/uploads/2010/11/ns-identify-300x83.png" alt="" width="300" height="83" /></a></p>
<h3>What if I need help?</h3>
<p>If you find that you require assistance in registering your nick, feel free to stop by the #help channel on WyldRyde (/join #help), or connect via our <a href="http://wyldryde.org/chat" target="_blank">web-based chat client</a>.  For a complete list of commands available through NickServ, visit the <a href="http://wyldryde.org/commands/nickserv.php" target="_blank">NickServ commands page</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2010/11/video-tutorial-how-to-register-your-nick/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How To: Get Users Into Your Chat Room</title>
		<link>http://www.wyldryde.org/2009/11/how-to-get-users-into-your-chat-room/</link>
		<comments>http://www.wyldryde.org/2009/11/how-to-get-users-into-your-chat-room/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 22:15:27 +0000</pubDate>
		<dc:creator>Jeff Weisbein</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[chat]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[user count]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/?p=481</guid>
		<description><![CDATA[One of the most common questions I have seen over the years I have been on IRC is &#8220;how do you get more people in your chat room?&#8221;.   There are many approaches you can take to help grow your chat room &#8211; some better than others.  I&#8217;m here to share with you some of the [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most common questions I have seen over the years I have been on IRC is &#8220;how do you get more people in your chat room?&#8221;.   There are many approaches you can take to help grow your chat room &#8211; some better than others.  I&#8217;m here to share with you some of the best and most effective ways to help your chat room fill up with chatters.</p>
<ol>
<li>The first thing I typically recommend is to do a /list when you connect to WyldRyde and see what some of the larger channels on the network are and join them.  Of the channels you join from the /list become acquainted with the current chatters in the room.  Ideally you want to become friends with these people so they will want hang out in your channel too.</li>
<li>Do <strong>not</strong> spam your chat at any point!  You do not want to come across as spammer because that automatically give you a bad reputation and you will never get anyone in there or worse it may be closed down due to spamming.  As I mentioned in tip number one, become friends with the people in the chat room because occasionally a chat room owner will let you share your chat room in theirs so people will find out about it.</li>
<li>If you have a website &#8211; use it!  Our <a href="http://www.wyldryde.org/chat/getchat.php" target="_self">new flash chat</a> will be available soon so be sure to embed your chat room on your site!  In the mean time feel free to setup a <a href="http://widget.mibbit.com/manager/" target="_blank">Mibbit Widget</a>.</li>
<li>If you have a <a href="http://twitter.com/wyldryde" target="_blank">twitter account </a>- use it!  Share your chat room&#8217;s name and our address: irc.wyldryde.org so people can come find and join you.</li>
<li>If you have become friendly with someone on WyldRyde and would like to invite them to your channel you can use the /invite command (/invite nick #chatroom).  <em>Note:</em> Please do not use this command to spam or flood users with invites if we receive reports that you are doing it we will be forced to look into the issue and possibly close your channel down after several complaints and warnings.</li>
</ol>
<p>There are 5 easy ways you can promote your chat room on WyldRyde!  I should also mention that we will be starting a new tradition &#8211; <strong>chat room of the month</strong>.  What we will be doing is featuring a new chat room <em>every month</em>!  Each month we will pick a new channel to recommend and write a blog post about the channel itself and/or any website or community it is associated with.  The chat will be featured on the sidebar of WyldRyde.org and we will also tweet out the blog post which talks about the recommended chat room.  We plan to start this very soon so keep an eye out!</p>
<p>If for whatever reason you do not want your chat room featured on WyldRyde, please just let us know and we will be more than happy to adhere to your request.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2009/11/how-to-get-users-into-your-chat-room/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Setup mIRC</title>
		<link>http://www.wyldryde.org/2009/02/how-to-setup-mirc/</link>
		<comments>http://www.wyldryde.org/2009/02/how-to-setup-mirc/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 16:39:09 +0000</pubDate>
		<dc:creator>usrbingeek</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[irc client]]></category>
		<category><![CDATA[irc software]]></category>
		<category><![CDATA[mirc]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/2009/02/how-to-setup-mirc/</guid>
		<description><![CDATA[mIRC is easily the most popular IRC client for Windows. With it you can connect to WyldRyde and chat in many channels. You may also use it to run very simple to very complex scripts that can even allow you to setup mIRC as a full featured IRC Bot. How To Setup mIRC for Windows: [...]]]></description>
			<content:encoded><![CDATA[<p>mIRC is easily the most popular IRC client for Windows. With it you can connect to WyldRyde and chat in many channels. You may also use it to run very simple to very complex scripts that can even allow you to setup mIRC as a full featured IRC Bot.<br />
<strong>How To Setup mIRC for Windows:</strong><br />
(Editors note: This tutorial was written by <a href="http://www.wyldryde.org/forum/ubbthreads.php/topics/3977/Tutorial_Setting_up_mIRC_to_co.html">Firebucket</a>.)<br />
<strong>NOTE: mIRC is NOT free, but WILL run after 30 days of use, if you have not registered your copy. It will just become nagware, meaning you&#8217;ll have to wait 30 seconds before you can click OK on the Registration Reminder when starting mIRC</strong></p>
<ul>
<li> <strong>Download and install mIRC</strong><br />
mIRC is avaliable from <a rel="nofollow" href="http://mirc.com" target="_blank">http://mirc.com</a> (or <a rel="nofollow" href="http://mirc.co.uk" target="_blank">http://mirc.co.uk</a>).</p>
<ol>
<li> Download the setup file and run it.</li>
<li> Follow each step, but make sure you select &#8216;Full&#8217; from the Choose Components part of the installation wizard, not Upgrade.</li>
<li> <img src="http://img297.imageshack.us/img297/8793/mirciconos8.png" alt="Screenshot" align="right" />mIRC will now install and then an icon will appear on your desktop; if you specified the setup to create an icon.</li>
</ol>
</li>
<li> <strong>Configure mIRC</strong>
<ol>
<li> When you first start mIRC, and get past the Registration Warning screen (just press Continue when that appears) the <strong>mIRC Options</strong> dialog will appear.</li>
<li> Fill in your First Name, Email Address (you don&#8217;t have to provide one), a nickname you would like to use and an alternative nickname.<br />
<img src="http://img413.imageshack.us/img413/7978/nicknamefc5.png" alt="Screenshot" /></li>
<li> Now we have to select <a href="http://www.wyldryde.org">WyldRyde</a> as the server we want to connect to.</li>
<li> Select &#8216;Servers&#8217; from the Category Tree-menu on the left-hand side.</li>
<li> Then scroll to and click on &#8216;<a href="http://www.wyldryde.org">WyldRyde</a>&#8216; in the &#8216;<a href="http://www.wyldryde.org">IRC</a> Servers&#8217; list, then click Select.<br />
<img src="http://img103.imageshack.us/img103/2082/serverskc2.png" alt="Screenshot" /></li>
<li> Now we can connect! Click &#8216;Connect&#8217; in the mIRC Options dialog, under the &#8216;Connect&#8217; option in the tree menu.<br />
<img src="http://img292.imageshack.us/img292/4089/connecthk5.png" alt="Screenshot" /></li>
<li> The mIRC Favorites dialog will appear when you connect. This is pointless as none of the chatrooms/channels in that list are on <a href="http://www.wyldryde.org">WyldRyde</a>. Untick &#8216;Pop up favorites on connect&#8217; at the bottom of the dialog, and then click OK.<br />
<img src="http://img294.imageshack.us/img294/9677/favoritesbl8.png" alt="Screenshot" /></li>
</ol>
</li>
<li> <strong>Registering your nickname and joining channels</strong><br />
Well, you&#8217;ve made it! You&#8217;ve successfully connected to <a href="http://www.wyldryde.org">WyldRyde</a>. Time to register your nickname, so no one else can use it! The nickname I&#8217;m using for this tutorial is &#8216;Tutorial1&#8242;, but you can use whatever you like, as long as it isn&#8217;t already registered. (You&#8217;ll be notified if it is already taken)<br />
So, to register your nickname type:<br />
<em>/msg NickServ REGISTER password email</em><br />
Replace &#8216;password&#8217; with a unique password and &#8216;email&#8217; with your legitimate email address. Make the password difficult, but make sure you can remember it, as you will need to identify yourself every time you connect to <a href="http://www.wyldryde.org">WyldRyde</a>.<br />
<img src="http://img413.imageshack.us/img413/4950/registerdz8.png" alt="Screenshot" /><br />
You are now registered <img title="smile" src="/forum/images/graemlins/default/smile.gif" alt="smile" width="15" height="15" /><br />
Now that you&#8217;ve got that out of the way, why not join a channel and start chatting? If you want to talk about a certain topic, or just hang out, it&#8217;s probably best to look at the channel list.<br />
To view the channel list, type the following and hit enter:<br />
<em>/list</em><br />
The channel list will start to populate. Double click on any channel you wish to join, and you will enter that channel.<br />
<img src="http://img107.imageshack.us/img107/8145/listfr3.png" alt="Screenshot" /></li>
<li> <strong>Reconnecting and Identifying</strong><br />
Missing <a href="http://www.wyldryde.org">IRC</a> and want to reconnect again? No problem!</p>
<ol>
<li> Start up mIRC again, and click either the Connect icon (<img src="http://img93.imageshack.us/img93/9682/connecticonqx5.png" alt="Screenshot" />) in the toolbar, or click &#8216;Connect&#8217; from the mIRC Options dialog, like we did earlier.</li>
<li> Once you&#8217;ve connected, you&#8217;ll need to identify your nickname using the password we made during registration.<br />
To identify, type:<br />
<em>/ns identify password</em><br />
Be SURE to replace &#8216;password&#8217; with the unique password we created during registration</li>
</ol>
</li>
</ul>
<p><strong>Note: You can set mIRC up to identify you automatically, and join channels when you have identified correctly, but there are posts on this forum to assist you with those things. Check out the related topics section below.</strong><br />
Related topics:</p>
<ol>
<li> <a href="http://www.wyldryde.org/2007/05/how-to-setup-x-chat/">How To Setup X Chat</a> (Free IRC Client.)</li>
<li> <a href="http://www.wyldryde.org/forum/ubbthreads.php/topics/13/Using_mIRC_on_multiple_network.html#Post13">mIRC Script for Identifying &amp; Joining Channels on Connect</a></li>
<li> <a href="http://www.wyldryde.org/forum/ubbthreads.php/topics/13/Using_mIRC_on_multiple_network.html#Post13">Using mIRC to connect to multiple networks.</a></li>
<li> <a href="http://www.wyldryde.org/software">Other IRC Clients</a></li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2009/02/how-to-setup-mirc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why is gay a censored word?</title>
		<link>http://www.wyldryde.org/2008/10/why-is-gay-a-censored-word/</link>
		<comments>http://www.wyldryde.org/2008/10/why-is-gay-a-censored-word/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 02:56:40 +0000</pubDate>
		<dc:creator>usrbingeek</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[censor]]></category>
		<category><![CDATA[censored]]></category>
		<category><![CDATA[censorship]]></category>
		<category><![CDATA[G]]></category>
		<category><![CDATA[gay]]></category>
		<category><![CDATA[irc]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/2008/10/why-is-gay-a-censored-word/</guid>
		<description><![CDATA[Unfortunately, lesbian, gay, bisexual and transgender (LGBT) individuals are often subjected to homophobic remarks and harassment online, as in real life. We do not want anyone to feel disrespected, insecure, unwanted or unsafe. Homophobic remarks such as &#8220;thats so gay&#8221; or &#8220;this is gay&#8221; are the most commonly heard. Even since these slurs are often [...]]]></description>
			<content:encoded><![CDATA[<p>Unfortunately, lesbian, gay, bisexual and transgender (LGBT) individuals are often subjected to homophobic remarks and harassment online, as in real life. We do not want anyone to feel disrespected, insecure, unwanted or unsafe.<br />
Homophobic remarks such as &#8220;thats so gay&#8221; or &#8220;this is gay&#8221; are the most commonly heard. Even since these slurs are often unintentional they can still hurt LGBTs. Most people do not recognize these consequences, but the casual use of this language can carry over into more overt harassment.<br />
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/9ejCqgAKZ-M&amp;hl=en&amp;fs=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/9ejCqgAKZ-M&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object><br />
Related topics:</p>
<ul>
<li> <a href="http://www.wyldryde.org/2008/06/why-was-i-censored/">Why was I censored?</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2008/10/why-is-gay-a-censored-word/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can people see my host or IP? Can I see others?</title>
		<link>http://www.wyldryde.org/2008/08/can-people-see-my-host-or-ip-can-i-see-others/</link>
		<comments>http://www.wyldryde.org/2008/08/can-people-see-my-host-or-ip-can-i-see-others/#comments</comments>
		<pubDate>Tue, 12 Aug 2008 13:37:54 +0000</pubDate>
		<dc:creator>usrbingeek</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hostmask]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[safety]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/2008/08/can-people-see-my-host-or-ip-can-i-see-others/</guid>
		<description><![CDATA[On WyldRyde all our users&#8217; IP addresses and host masks are privatized upon connection to prevent others from determining your IP address or full hostmask. Only WyldRyde Staff and YOU can see your own IP address and full host. So when YOU &#8220;/whois your-own-nick&#8221; you will see it. However, when others whois you they will [...]]]></description>
			<content:encoded><![CDATA[<p>On WyldRyde all our users&#8217; IP addresses and host masks are privatized upon connection to prevent others from determining your IP address or full hostmask.<br />
Only WyldRyde Staff and YOU can see your own IP address and full host. So when YOU &#8220;<i>/whois your-own-nick</i>&#8221; you will see it. However, when others whois you they will only see a privatized IP address or hostmask.<br />
Other users may still see your ISP (e.g: privatehost-E6919581.hsd1.vt.comcast.net) but <strong>they won&#8217;t be able to determine your IP address and make a direct connection to your computer from the information they get from your /whois.</strong><br />
Do not be tricked into allowing others to see your IP address or full host:</p>
<ul>
<li>Never type &#8220;<i>/mode your-nick -x</i>&#8221; as it will allow others to see your IP address or full host mask.
</li>
<li>Do not accept DCC chat or file transfers requests as either will allow a direct connection to your machine and will allow someone to determine your IP.
</li>
</ul>
<p>There has recently been a lot of questions and insistences by a few that Colloquy can determine the IP addresses of everyone. This is absolutely not the case. Colloquy performs a dns of the vhost address, and if it&#8217;s a real domain name, it provides the IP address that the domain name is associated with. It does not provide the actual IP address that the user is using because it cannot, nor can any client, get the IP address of any privatized hostmask or IP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2008/08/can-people-see-my-host-or-ip-can-i-see-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When shouldn&#8217;t I help in #help?</title>
		<link>http://www.wyldryde.org/2008/08/when-shouldnt-i-help-in-help/</link>
		<comments>http://www.wyldryde.org/2008/08/when-shouldnt-i-help-in-help/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 18:39:24 +0000</pubDate>
		<dc:creator>usrbingeek</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[#help]]></category>
		<category><![CDATA[volunteering]]></category>
		<category><![CDATA[volunteers]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/2008/08/when-shouldnt-i-help-in-help/</guid>
		<description><![CDATA[We really appreciate everyone who hangs out in #Help and is eager to try to help others but there are some instances when you shouldn&#8217;t get involved and instead allow the WyldRyde Staff and official helpers (halfops and higher) deal with the problem. Some examples of serious issues where it would be best for you [...]]]></description>
			<content:encoded><![CDATA[<p>We really appreciate everyone who hangs out in #Help and is eager to try to help others but there are some instances when you shouldn&#8217;t get involved and instead allow the WyldRyde Staff and official helpers (halfops and higher) deal with the problem.<br />
Some examples of serious issues where it would be best for you not to get involved would be anything involving physical threats against others, child predators, suicide threats, or anything that could affect the personal safety of any user.<br />
<strong>Under these circumstances and any other serious problem focus on getting a staffers&#8217; attention and then remain absolutely silent so the staff can completely focus on helping those in need.</strong><br />
You also don&#8217;t want to take the chance of giving anyone incorrect or conflicting information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2008/08/when-shouldnt-i-help-in-help/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to make an IRC Bot for Macs</title>
		<link>http://www.wyldryde.org/2008/08/how-to-make-an-irc-bot-for-macs/</link>
		<comments>http://www.wyldryde.org/2008/08/how-to-make-an-irc-bot-for-macs/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 15:12:14 +0000</pubDate>
		<dc:creator>usrbingeek</dc:creator>
				<category><![CDATA[FAQ]]></category>
		<category><![CDATA[Tech News]]></category>
		<category><![CDATA[bo]]></category>
		<category><![CDATA[bot]]></category>
		<category><![CDATA[bot tutorial]]></category>
		<category><![CDATA[irbot]]></category>
		<category><![CDATA[irc bot]]></category>
		<category><![CDATA[WyldRyde]]></category>

		<guid isPermaLink="false">http://www.wyldryde.org/2008/08/how-to-make-an-irc-bot-for-macs/</guid>
		<description><![CDATA[Jordan Singer has posted a nice video tutorial that will show you step by step how to install and setup IRBot for the Mac. It&#8217;s worth noting that if you can run mIRC in VMware Fusion or Parallels Desktop you&#8217;ll be better off as IRBot is pretty limited in its features. Lots of mIRC scripts [...]]]></description>
			<content:encoded><![CDATA[<p>Jordan Singer has posted a nice video tutorial that will show you step by step how to install and setup IRBot for the Mac.</p>
<p><span id="more-367"></span><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/78pG02jnkUk&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/78pG02jnkUk&#038;hl=en&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object><br />
It&#8217;s worth noting that if you can run mIRC in <a href="http://www.amazon.com/dp/B000UK3GVA/?tag=ubg-20">VMware Fusion</a> or <a href="http://www.amazon.com/dp/B000GHIV2Q/?tag=ubg-20">Parallels Desktop</a> you&#8217;ll be better off as IRBot is pretty limited in its features. Lots of mIRC scripts that are useful for bots can be found in our <a href="http://www.wyldryde.org/forum/ubbthreads.php/forums/2/1/mIRC_Scripting.html">mIRC Scripting forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wyldryde.org/2008/08/how-to-make-an-irc-bot-for-macs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

