<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -69,7 +69,7 @@ end
 ------------------------------
 
 function Quecho:UI_INFO_MESSAGE(event, msg)
-	if not msg or not msg:find(&quot;(.+): (%d+/%d+)&quot;) then return end
+	if not msg or not (msg:find(&quot;(.+) %(Complete%)&quot;) or msg:find(&quot;(.+): (%d+/%d+)&quot;)) then return end
 	SendAddonMessage(&quot;Quecho&quot;, msg, &quot;PARTY&quot;)
 end
 
@@ -79,7 +79,7 @@ function Quecho:CHAT_MSG_ADDON(event, prefix, msg, channel, sender)
 	if sender == myname then return end
 
 	if prefix == &quot;Quecho&quot; then
-		local _, _, objective, progress = msg:find(&quot;(.+): (%d+/%d+)&quot;)
+		local _, _, objective, progress = msg:find(&quot;([^:]+):? %(?([^)]+)%)?&quot;)
 
 		sendtimes[sender..objective] = GetTime()
 		if not nextpurge then</diff>
      <filename>Quecho.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>a00f690be611e209e4162cfb647402591635db3d</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/quecho/commit/d9225c16167d0c7f6aa381923044031016b9f05d</url>
  <id>d9225c16167d0c7f6aa381923044031016b9f05d</id>
  <committed-date>2009-04-27T18:45:15-07:00</committed-date>
  <authored-date>2009-04-27T18:45:15-07:00</authored-date>
  <message>Also match &quot;complete&quot; notes</message>
  <tree>bfafd139e2526422c5f7b2a05b4b731d1a28f037</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
