<?xml version="1.0" encoding="ISO-8859-1"?>
<rss version="2.0">
	<channel>
		<title>WoWInterface - AddOns by seebs</title>
		<link>http://www.wowinterface.com</link>
		<description>World of Warcraft Addons, Interfaces, Skins, Mods &amp; Community.</description>
		<language>en</language>
		<generator>WoWInterface</generator>
		<ttl>30</ttl>
		<copyright>Copyright 2006, WoWInterface</copyright>
		<image>
			<url>http://cdn.wow.mmoui.com/images/style_mmoi_wowi2/misc/rss.jpg</url>
			<title>WoWInterface</title>
			<link>http://www.wowinterface.com</link>
		</image>
		<webMaster>no-reply@WoWInterface</webMaster>
				<item>
			<title><![CDATA[Chatterbox (0.14)]]></title>
			<link>http://www.wowinterface.com/downloads/info8027-0.14.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;0.14:&lt;br /&gt;  * Changed font so {} and  can be told apart. &lt;br /&gt;  * &quot;Interrupt&quot; event type reworked: now watches for SPELL_INTERRUPT combat log event, instead of UNIT_SPELLCAST_INTERRUPTED unit event. This allows to pass interrupting spell, interrupting spell source, interrupted spell and interrupted target as ${ability}, ${source}, ${info} and ${target}. Old functionality is still available as &quot;Interrupted&quot; type. Please be cautious when using both &quot;Interrupt&quot; and &quot;Interrupted&quot;, they may clash.&lt;br /&gt;  * Added new event type: &quot;Summon&quot;. It corresponds to SPELL_SUMMON combat log event. Use ${ability} and ${target} to pass summoning spell name and summoned creature name. Examples: &lt;br /&gt;  I choose you, ${target}!&lt;br /&gt;  Yes, ${target}, it is in your contract!  &lt;br /&gt;Event is triggered by hunter pet summons, warlock demon summons, shaman totems etc. As usual, if you want to create an event for particular summon, write its ability or target in corresponding event field.&lt;br /&gt;&lt;br /&gt;0.13:&lt;br /&gt;  * TOC for 4.0.&lt;br /&gt;  * Fixed for 4.0 API.  &lt;br /&gt;  * Fixed editing of throttle value.&lt;br /&gt;  * Fixed displaying of options.&lt;br /&gt;  * Debug options now are saved between sessions.  &lt;br /&gt;  * Added tooltips to &quot;Fast&quot; and &quot;Pass&quot; checkbuttons. &lt;br /&gt;-------&lt;br /&gt;Implemented /cbx say and /cbx psay (to say something from a chatter list either unconditionally or with a given percentage chance), fixed a few bugs.  Sorry for the delay, folks.&lt;br /&gt;&lt;br /&gt;Works with WotLK now (the tab interface and scroll interface both changed).&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Chatterbox is a successor to AnnoyRP; it detects events and responds to them by, for instance, saying witty things.  You could &quot;/party Ow.&quot; when you die.  You could say various funny things when draining souls.&lt;br /&gt;&lt;br /&gt;By default, Chatterbox uses a low chance (about 5%) of saying anything at all in response to events. Trust me!  THIS IS A GOOD THING.&lt;br /&gt;&lt;br /&gt;Chatterbox seems to be stable!&lt;br /&gt;&lt;br /&gt;Feedback is welcome.&lt;br /&gt;&lt;br /&gt;Upcoming features:&lt;br /&gt;Some way to share events between characters.</description>
			<author>seebs</author>
			<category domain="http://www.wowinterface.com">RolePlay, Music Mods</category>
			<guid>http://www.wowinterface.com/downloads/info8027-0.14.html</guid>
			
			<pubDate>Sat, 12 Feb 2011 16:05:28 +0000</pubDate>
		</item>		<item>
			<title><![CDATA[GetOpt (0.03)]]></title>
			<link>http://www.wowinterface.com/downloads/info7832-0.03.html</link>
			<description>Change Log:&lt;br /&gt;--------------------&lt;br /&gt;Just TOC updates.&lt;br /&gt;&lt;br /&gt;Description:&lt;br /&gt;--------------------&lt;br /&gt;Very simply, this is a clone of the classic UNIX getopt() function, loved by developers everywhere because parsing options is annoying.&lt;br /&gt;&lt;br /&gt;Hand this a command line, and watch it magically extract flags from it.  Uses UNIX conventions -- &quot;-a&quot; or &quot;--absolute&quot;, not &quot;/a&quot; or just a keyword.  Small and fairly lightly tested, but it does what I want.&lt;br /&gt;&lt;br /&gt;Not following what I just said?  Imagine that you want a slash command to accept a number of arguments.  You hand your command line to getopt:&lt;br /&gt;&lt;br /&gt;args = GetOpt.getopt(&quot;ab:&quot;, &quot;-a -b Barney hello there&quot;)&lt;br /&gt;&lt;br /&gt;Now, args = true, args = Barney, and args = &quot;hello there&quot;.  You can pass the arguments in as a string or as a table; if a string, it is parsed automatically, including trying to handle simple command-line quoting.&lt;br /&gt;&lt;br /&gt;Basically, this does all the annoying stuff you usually have to do to parse a command line.</description>
			<author>seebs</author>
			<category domain="http://www.wowinterface.com">Libraries</category>
			<guid>http://www.wowinterface.com/downloads/info7832-0.03.html</guid>
			
			<pubDate>Wed, 15 Oct 2008 06:47:02 +0000</pubDate>
		</item>
	</channel>
</rss>