<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@ class Seen &lt; CampfireBot::Plugin
   SEEN_REGEXP = /(seen) ([^\?]+)(?=\?)*/
   
   on_message Regexp.new(&quot;#{ACTIVITY_REGEXP.source}&quot;, Regexp::IGNORECASE), :update
-  on_message Regexp.new(&quot;^#{Bot.instance.config['nickname']},\\s+#{SEEN_REGEXP.source}&quot;, Regexp::IGNORECASE), :seen
+  on_message Regexp.new(&quot;^#{bot.config['nickname']},\\s+#{SEEN_REGEXP.source}&quot;, Regexp::IGNORECASE), :seen
   on_command 'reload_seen', :reload
   
   def initialize
@@ -27,7 +27,7 @@ class Seen &lt; CampfireBot::Plugin
     puts @seen
     puts msg[:message]
     
-    puts msg[:message] =~ Regexp.new(&quot;^#{Bot.instance.config['nickname']},\\s+#{SEEN_REGEXP.source}&quot;, Regexp::IGNORECASE)
+    puts msg[:message] =~ Regexp.new(&quot;^#{bot.config['nickname']},\\s+#{SEEN_REGEXP.source}&quot;, Regexp::IGNORECASE)
     puts $1, $2
     found = false
     </diff>
      <filename>plugins/seen.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>74ebc42c9a4a271a6e17204c9cc0db2d9964f537</id>
    </parent>
  </parents>
  <author>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </author>
  <url>http://github.com/timriley/campfire-bot/commit/4453765c016ab4c3c7cb6b77d9aaf19e1118814f</url>
  <id>4453765c016ab4c3c7cb6b77d9aaf19e1118814f</id>
  <committed-date>2008-11-24T05:00:06-08:00</committed-date>
  <authored-date>2008-11-24T05:00:06-08:00</authored-date>
  <message>fixes to the seen plugin</message>
  <tree>2215577492a542d10adc8a36aa83ebe4636ac41a</tree>
  <committer>
    <name>Tim Riley</name>
    <email>tim@openmonkey.com</email>
  </committer>
</commit>
