<?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>i cant think &#187; xchat</title>
	<atom:link href="http://wan.pengganas.net/tag/xchat/feed/" rel="self" type="application/rss+xml" />
	<link>http://wan.pengganas.net</link>
	<description>a personal blog belong to mohammad azwan bin ali. you can find his writing about his life, thoughts , linux tips &#38; tricks, programming and many more</description>
	<lastBuildDate>Sat, 28 Aug 2010 22:04:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>xchat script: notify-osd nick notification system</title>
		<link>http://wan.pengganas.net/entry/xchat-tcl-plugin-nick-notification-system/</link>
		<comments>http://wan.pengganas.net/entry/xchat-tcl-plugin-nick-notification-system/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 18:11:00 +0000</pubDate>
		<dc:creator>azwan ali</dc:creator>
				<category><![CDATA[programming]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[tcl]]></category>
		<category><![CDATA[xchat]]></category>

		<guid isPermaLink="false">http://wan.pengganas.net/?p=540</guid>
		<description><![CDATA[here's a simple nick notification system for xchat using ubuntu notification system. it will execute notify-osd comment when someone mention your nick in public channel or private message. it's good for those who like to minimize their xchat while doing something :) on PRIVMSG mynick &#123; &#160; if &#123; &#91;string match -nocase &#34;*[me]*&#34; $_rest&#93; &#125; [...]]]></description>
			<content:encoded><![CDATA[<p>here's a simple nick notification system for xchat using ubuntu notification system. it will execute notify-osd comment when someone mention your nick in public channel or private message. it's good for those who like to minimize their xchat while doing something :)</p>
<div class="dean_ch" style="white-space: wrap;">
<ol>
<li class="li1">
<div class="de1">on PRIVMSG mynick <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="kw1">if</span> <span class="br0">&#123;</span> <span class="br0">&#91;</span><span class="kw2">string</span> match -nocase <span class="st0">&quot;*[me]*&quot;</span> <span class="re0">$_rest</span><span class="br0">&#93;</span> <span class="br0">&#125;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">set</span> thatcontext <span class="br0">&#91;</span>getcontext<span class="br0">&#93;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="kw1">set</span> thiscontext <span class="br0">&#91;</span>findcontext<span class="br0">&#93;</span></div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#123;</span> !<span class="br0">&#91;</span><span class="kw2">string</span> equal <span class="re0">$thiscontext</span> <span class="re0">$thatcontext</span><span class="br0">&#93;</span><span class="br0">&#125;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; splitsrc</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; <span class="kw1">if</span> <span class="br0">&#123;</span> !<span class="br0">&#91;</span><span class="kw2">regexp</span> <span class="br0">&#123;</span>listOf|nickYou|wantTo|execludeHere<span class="br0">&#125;</span> <span class="re0">$_nick</span><span class="br0">&#93;</span> <span class="br0">&#125;</span> <span class="br0">&#123;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; <span class="kw2">exec</span> notify-send -i xchat -t <span class="nu0">3000</span> <span class="st0">&quot;$_nick/[channel $thatcontext]&quot;</span> <span class="st0">&quot;$_rest&quot;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; complete EAT_XCHAT</div>
</li>
<li class="li2">
<div class="de2">&nbsp; &nbsp; &nbsp; &nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; <span class="br0">&#125;</span></div>
</li>
<li class="li1">
<div class="de1">&nbsp; complete</div>
</li>
<li class="li1">
<div class="de1"><span class="br0">&#125;</span></div>
</li>
</ol>
</div>
]]></content:encoded>
			<wfw:commentRss>http://wan.pengganas.net/entry/xchat-tcl-plugin-nick-notification-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
