<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -62,14 +62,14 @@ class UnicodePlugin &lt; CoreBotModule
 
     def initialize(*a)
         super
-        @old_kcode = $KCODE
+        @@old_kcode = $KCODE
         self.class.reconfigure_filter(@bot)
     end
 
     def cleanup
         debug &quot;cleaning up encodings&quot;
         @bot.socket.filter = nil
-        $KCODE = @old_kcode
+        $KCODE = @@old_kcode
         super
     end
 
@@ -78,7 +78,7 @@ class UnicodePlugin &lt; CoreBotModule
         enable = bot.config['encoding.enable']
         if not enable
             bot.socket.filter = nil
-            $KCODE = @old_kcode
+            $KCODE = @@old_kcode
             return
         end
         charsets = bot.config['encoding.charsets']</diff>
      <filename>lib/rbot/core/unicode.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>722a87ebc272bcccc4cf9c954251467a0f46e2e0</id>
    </parent>
  </parents>
  <author>
    <name>dmitry kim</name>
    <email>jason@nichego.net</email>
  </author>
  <url>http://github.com/dokipen/rbot/commit/b24b57238b0270c8101914185eec13787fce3fa7</url>
  <id>b24b57238b0270c8101914185eec13787fce3fa7</id>
  <committed-date>2008-04-30T16:46:41-07:00</committed-date>
  <authored-date>2008-04-30T16:46:41-07:00</authored-date>
  <message>* unicode.rb: @old_kcode --&gt; @@old_kcode [we aren't always called as an instance]</message>
  <tree>bc8ee2e810986aface2e86b0cc145d679bf6258c</tree>
  <committer>
    <name>dmitry kim</name>
    <email>jason@nichego.net</email>
  </committer>
</commit>
