<?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>NotrevBlog &#187; xchat2</title>
	<atom:link href="http://earruda.eti.br/blog/tag/xchat2/feed/" rel="self" type="application/rss+xml" />
	<link>http://earruda.eti.br/blog</link>
	<description>Éverton Arruda's Blog</description>
	<lastBuildDate>Fri, 16 Jul 2010 20:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Away++ 1.1</title>
		<link>http://earruda.eti.br/blog/2010/06/away-1-1/</link>
		<comments>http://earruda.eti.br/blog/2010/06/away-1-1/#comments</comments>
		<pubDate>Sat, 05 Jun 2010 19:28:40 +0000</pubDate>
		<dc:creator>Éverton Arruda</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Planet PSL-AM]]></category>
		<category><![CDATA[away++]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[xchat2]]></category>

		<guid isPermaLink="false">http://earruda.eti.br/blog/?p=210</guid>
		<description><![CDATA[I&#8217;ve just made available a new version of away++, a python plugin for XChat2 IRC Client i wrote. New Features: /awayall [away message] This command sets your status as away in all servers you are connected to. The away message is optional. /backall [nickname password] This command removes your away status in all servers you [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just made available a new version of away++, a python plugin for XChat2 IRC Client i wrote.</p>
<p>New Features:</p>
<ul>
<li>/awayall [away message]<br />
This command sets your status as away in all servers you are connected to. The away message is optional.</li>
<li>/backall [nickname password]<br />
This command removes your away status in all servers you are connected to. It also identifies your nickname, if you pass your nickname password as an argument.</li>
</ul>
<p>You can download the latest tarball through <a title="Away++ tarball" href="../../files/away++_latest.tar.gz">http://earruda.eti.br/files/away++_latest.tar.gz</a> . Or accessing the development page: <a title="NotrevBlog &gt; Development" href="http://earruda.eti.br/blog/development/" target="_self">http://earruda.eti.br/blog/development/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://earruda.eti.br/blog/2010/06/away-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Highlighting &#8220;@all&#8221; in XChat2</title>
		<link>http://earruda.eti.br/blog/2009/11/highlighting-all-in-xchat2/</link>
		<comments>http://earruda.eti.br/blog/2009/11/highlighting-all-in-xchat2/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 19:54:17 +0000</pubDate>
		<dc:creator>Éverton Arruda</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet INdT]]></category>
		<category><![CDATA[Planet PSL-AM]]></category>
		<category><![CDATA[xchat2]]></category>

		<guid isPermaLink="false">http://earruda.eti.br/blog/?p=161</guid>
		<description><![CDATA[For some time i tried to highlight the &#8220;@all&#8221; string in XChat2[0], an IRC client, but when the XChat2 highlight feature reads the &#8220;all&#8221; word, it highlights all messages, in all channels. Fortunately, i found a python script that highlights defined strings, and it works great for me. The script name is hilight-phrase, you can [...]]]></description>
			<content:encoded><![CDATA[<p>For some time i tried to highlight the &#8220;@all&#8221; string in XChat2[0], an IRC client, but when the XChat2 highlight feature reads the &#8220;all&#8221; word, it highlights all messages, in all channels.</p>
<p>Fortunately, i found a python script that highlights defined strings, and it works great for me. The script name is <strong>hilight-phrase</strong>, you can find it at <strong>ctrl+d blog</strong>[1].</p>
<p>[0] <a href="http://xchat.org/">http://xchat.org/</a><br />
[1] <a href="http://www.control-d.com/?p=81">http://www.control-d.com/?p=81</a></p>
<p>:wq</p>
]]></content:encoded>
			<wfw:commentRss>http://earruda.eti.br/blog/2009/11/highlighting-all-in-xchat2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Away++ XChat2 Plugin</title>
		<link>http://earruda.eti.br/blog/2009/09/away-xchat2-plugin/</link>
		<comments>http://earruda.eti.br/blog/2009/09/away-xchat2-plugin/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:19:38 +0000</pubDate>
		<dc:creator>Éverton Arruda</dc:creator>
				<category><![CDATA[Free Software]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Planet PSL-AM]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[xchat2]]></category>

		<guid isPermaLink="false">http://earruda.eti.br/blog/?p=131</guid>
		<description><![CDATA[I&#8217;ve created a page named Development, where i&#8217;ll put some tools, scripts and softwares made by me, or in which i had a hand on. To start that page, i put a plugin for XChat2, named Away++. It changes your nick to an away-nick when you set your status to away and changes your nick [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve created a page named <a title="Developmente Page" href="http://earruda.eti.br/blog/development">Development</a>, where i&#8217;ll put some tools, scripts and softwares made by me, or in which i had a hand on.</p>
<p>To start that page, i put a plugin for XChat2, named Away++. It changes your nick to an away-nick when you set your status to away and changes your nick back and identifies it when you set your status to back.</p>
<p>:wq</p>
]]></content:encoded>
			<wfw:commentRss>http://earruda.eti.br/blog/2009/09/away-xchat2-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
