<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -12,22 +12,22 @@ require 'uppercut'
 require 'jabber_stub'
 
 class TestAgent &lt; Uppercut::Agent
-  command 'hi' do |c|
+  command 'hi' do |c,args|
     c.instance_eval { @base.instance_eval { @called_hi = true } }
     c.send 'called hi'
   end
   
-  command /^hi/ do |c|
+  command /^hi/ do |c,args|
     c.instance_eval { @base.instance_eval { @called_hi_regex = true } }
     c.send 'called high regex'
   end
   
-  command /(good)?bye/ do |c,good|
+  command /(good)?bye/ do |c,args|
     @called_goodbye = true
-    c.send good ? &quot;Good bye to you as well!&quot; : &quot;Rot!&quot;
+    c.send args.first ? &quot;Good bye to you as well!&quot; : &quot;Rot!&quot;
   end
   
-  command 'wait' do |c|
+  command 'wait' do |c,args|
     @called_wait = true
     c.send 'Waiting...'
     c.wait_for do |reply|</diff>
      <filename>spec/spec_helper.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c6124746840386a6df53b6124f5e1c60b2c5e5ec</id>
    </parent>
  </parents>
  <author>
    <name>Tyler McMullen</name>
    <email>tbmcmullen@gmail.com</email>
  </author>
  <url>http://github.com/tyler/uppercut/commit/e81b46e7a2c7bcbde2da2ae58a00c7a30d91abc7</url>
  <id>e81b46e7a2c7bcbde2da2ae58a00c7a30d91abc7</id>
  <committed-date>2008-12-27T04:44:25-08:00</committed-date>
  <authored-date>2008-12-27T04:44:25-08:00</authored-date>
  <message>Tweak for new dispatch system.</message>
  <tree>24a9df0ec1992918308b08ca8d55beb2d1592924</tree>
  <committer>
    <name>Tyler McMullen</name>
    <email>tbmcmullen@gmail.com</email>
  </committer>
</commit>
