<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating an IRC bot in PHP from scratch</title>
	<atom:link href="http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/feed/" rel="self" type="application/rss+xml" />
	<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/</link>
	<description>Words from Alejandro U. Alvarez</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:24:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: alex</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-695</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Tue, 24 Jun 2008 02:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-695</guid>
		<description>Thank you! I will indeed try it, if I find it easy I&#039;ll make a new bot with more features to connect to IRC boards.</description>
		<content:encoded><![CDATA[<p>Thank you! I will indeed try it, if I find it easy I&#8217;ll make a new bot with more features to connect to IRC boards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samantha</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-684</link>
		<dc:creator>Samantha</dc:creator>
		<pubDate>Sat, 21 Jun 2008 19:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-684</guid>
		<description>I&#039;ve found out, that the simplest way to communicate with im networks is to use the PHPurple extension. With this u got much more</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found out, that the simplest way to communicate with im networks is to use the PHPurple extension. With this u got much more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: alex</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-472</link>
		<dc:creator>alex</dc:creator>
		<pubDate>Thu, 15 May 2008 14:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-472</guid>
		<description>To use the command IDENT simply add it to the message list, same as with the command JOIN used at the beginning.

If you want it to be more complex, or you need a complex bot for an IRC Channel I recommend you download one already coded, since this tutorial simply aimed to teach how it could be done.

Thanks for the interest ;)</description>
		<content:encoded><![CDATA[<p>To use the command IDENT simply add it to the message list, same as with the command JOIN used at the beginning.</p>
<p>If you want it to be more complex, or you need a complex bot for an IRC Channel I recommend you download one already coded, since this tutorial simply aimed to teach how it could be done.</p>
<p>Thanks for the interest <img src='http://urbanoalvarez.es/blog/wp-content/plugins/smilies-themer/kopete/wink.png' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cman420</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-464</link>
		<dc:creator>cman420</dc:creator>
		<pubDate>Thu, 15 May 2008 01:30:43 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-464</guid>
		<description>Nice bot, but how can i tell it to send a /quote pass command, or how can we make it IDENT? because i can&#039;t get on any main servers, and the DNS of the server i use just goes from the IP to a NAME123, not a .COM</description>
		<content:encoded><![CDATA[<p>Nice bot, but how can i tell it to send a /quote pass command, or how can we make it IDENT? because i can&#8217;t get on any main servers, and the DNS of the server i use just goes from the IP to a NAME123, not a .COM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bata99</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-89</link>
		<dc:creator>bata99</dc:creator>
		<pubDate>Sun, 06 Apr 2008 16:26:11 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-89</guid>
		<description>Your posts are always a good source of information. I love improving my php skills with stuff like this, Thumbs Up!</description>
		<content:encoded><![CDATA[<p>Your posts are always a good source of information. I love improving my php skills with stuff like this, Thumbs Up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johny</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-10</link>
		<dc:creator>johny</dc:creator>
		<pubDate>Wed, 19 Mar 2008 09:36:59 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-10</guid>
		<description>yo very cool article, i love the demo. I think I&#039;ll use it to post to channels automatically or whatever :D</description>
		<content:encoded><![CDATA[<p>yo very cool article, i love the demo. I think I&#8217;ll use it to post to channels automatically or whatever <img src='http://urbanoalvarez.es/blog/wp-content/plugins/smilies-themer/kopete/teeth.png' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blogsvine</title>
		<link>http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/comment-page-1/#comment-8</link>
		<dc:creator>Blogsvine</dc:creator>
		<pubDate>Tue, 18 Mar 2008 13:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://urbanoalvarez.es/blog/2008/03/18/creating-an-irc-bot-in-php-from-scratch/#comment-8</guid>
		<description>&lt;strong&gt;Creating an IRC bot in PHP from scratch...&lt;/strong&gt;

This script lets you interact with an IRC channel, there is a demo page where you can see it working, and it lets you post messages to the IRC channel directly...</description>
		<content:encoded><![CDATA[<p><strong>Creating an IRC bot in PHP from scratch&#8230;</strong></p>
<p>This script lets you interact with an IRC channel, there is a demo page where you can see it working, and it lets you post messages to the IRC channel directly&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 3.080 seconds -->

