<?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 for botzilla dev log</title>
	<atom:link href="http://botzilla.org/wp/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://botzilla.org/wp</link>
	<description>updates and news about botzilla PHP IRC bot</description>
	<lastBuildDate>Tue, 06 Jul 2010 18:54:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on How to create ACTIONs by admin</title>
		<link>http://botzilla.org/wp/?p=115&#038;cpage=1#comment-84</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 06 Jul 2010 18:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://botzilla.org/wp/?p=115#comment-84</guid>
		<description>This would be similar to /topic handling,  described briefly &lt;a href=&quot;http://bbby.org/share/nijikokun_topic.txt&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;,   using  a send() call to get the irc server to send data back; then listening on a return code  (  with getCommand() ) to discern the end of the message.  Modes, afaik, come with the list of &lt;strong&gt;/names&lt;/strong&gt; ,   which can stretch over multiple lines.

I didn&#039;t pursue a core way to check these for a few reasons.  First and foremost,  lazy.   Next, there could be race conditions in play with other input,  especially when your bot is present in many channels at once;  collecting the proper lines were deemed trickier than I wanted to deal with at the time.  Lastly, every network handles modes differently. Freenode uses a few,  but I know of a case where botzilla is in use on a network with many more modes that I didn&#039;t know could exist. The best I could hope for is a getMode() equaling &#039;@&#039; or &#039;+&#039;  or &#039;v&#039; , or something not-obvious like that.

Take the /topic code and try to make a /names handler.</description>
		<content:encoded><![CDATA[<p>This would be similar to /topic handling,  described briefly <a href="http://bbby.org/share/nijikokun_topic.txt" rel="nofollow">here</a>,   using  a send() call to get the irc server to send data back; then listening on a return code  (  with getCommand() ) to discern the end of the message.  Modes, afaik, come with the list of <strong>/names</strong> ,   which can stretch over multiple lines.</p>
<p>I didn&#8217;t pursue a core way to check these for a few reasons.  First and foremost,  lazy.   Next, there could be race conditions in play with other input,  especially when your bot is present in many channels at once;  collecting the proper lines were deemed trickier than I wanted to deal with at the time.  Lastly, every network handles modes differently. Freenode uses a few,  but I know of a case where botzilla is in use on a network with many more modes that I didn&#8217;t know could exist. The best I could hope for is a getMode() equaling &#8216;@&#8217; or &#8216;+&#8217;  or &#8216;v&#8217; , or something not-obvious like that.</p>
<p>Take the /topic code and try to make a /names handler.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create ACTIONs by Nijikokun</title>
		<link>http://botzilla.org/wp/?p=115&#038;cpage=1#comment-83</link>
		<dc:creator>Nijikokun</dc:creator>
		<pubDate>Sat, 03 Jul 2010 06:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://botzilla.org/wp/?p=115#comment-83</guid>
		<description>How would you go about getting the modes, like if it were a function... &quot;getModes()&quot;? on a user?</description>
		<content:encoded><![CDATA[<p>How would you go about getting the modes, like if it were a function&#8230; &#8220;getModes()&#8221;? on a user?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create ACTIONs by z3zim4</title>
		<link>http://botzilla.org/wp/?p=115&#038;cpage=1#comment-80</link>
		<dc:creator>z3zim4</dc:creator>
		<pubDate>Thu, 01 Jul 2010 07:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://botzilla.org/wp/?p=115#comment-80</guid>
		<description>Sweet thanks.</description>
		<content:encoded><![CDATA[<p>Sweet thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create ACTIONs by admin</title>
		<link>http://botzilla.org/wp/?p=115&#038;cpage=1#comment-79</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 30 Jun 2010 18:45:46 +0000</pubDate>
		<guid isPermaLink="false">http://botzilla.org/wp/?p=115#comment-79</guid>
		<description>Yes, it can.</description>
		<content:encoded><![CDATA[<p>Yes, it can.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create ACTIONs by z3zim4</title>
		<link>http://botzilla.org/wp/?p=115&#038;cpage=1#comment-78</link>
		<dc:creator>z3zim4</dc:creator>
		<pubDate>Wed, 30 Jun 2010 14:39:36 +0000</pubDate>
		<guid isPermaLink="false">http://botzilla.org/wp/?p=115#comment-78</guid>
		<description>This is probably not the best place for questions but can this bot log IRC discussions?</description>
		<content:encoded><![CDATA[<p>This is probably not the best place for questions but can this bot log IRC discussions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
