<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -75,13 +75,13 @@ module CampfireBot
       end
   
       def match?
-        @last_run &lt; Time.now - @matcher
+        @last_run &lt; ::Time.now - @matcher
       end
   
       def run(force = false)
         if match?
           Plugin.registered_plugins[@plugin].send(@method)
-          @last_run = Time.now
+          @last_run = ::Time.now
         else
           false
         end
@@ -97,7 +97,7 @@ module CampfireBot
       end
   
       def match?
-        @matcher &lt;= Time.now &amp;&amp; !@run
+        @matcher &lt;= ::Time.now &amp;&amp; !@run
       end
   
       def run(force = false)</diff>
      <filename>lib/event.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>56c245fd80d827b306c0145540e4722cb1c8762c</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/campfire-bot/commit/a97eb60415f1954478998784cd911caa3deb1f58</url>
  <id>a97eb60415f1954478998784cd911caa3deb1f58</id>
  <committed-date>2008-10-27T20:01:06-07:00</committed-date>
  <authored-date>2008-10-27T20:01:06-07:00</authored-date>
  <message>bug fixes</message>
  <tree>2f4c23682b9a7123688cc544ecfcf5ffa4f64afc</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
