<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -37,6 +37,13 @@ class AuthModule &lt; CoreBotModule
   def load_array(key=:default, forced=false)
     debug &quot;loading botusers (#{key}): #{@registry[key].pretty_inspect}&quot;
     @bot.auth.load_array(@registry[key], forced) if @registry.has_key?(key)
+    if @bot.auth.botowner.password != @bot.config['auth.password']
+      error &quot;Master password is out of sync!&quot;
+      debug &quot;  db password: #{@bot.auth.botowner.password}&quot;
+      debug &quot;conf password: #{@bot.config['auth.password']}&quot;
+      error &quot;Using conf password&quot;
+      @bot.auth.botowner.password = @bot.config['auth.password']
+    end
   end
 
   # The permission parameters accept arguments with the following syntax:</diff>
      <filename>lib/rbot/core/auth.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e445ac2bfcc1a0b9a3720e192becb379fd255772</id>
    </parent>
  </parents>
  <author>
    <name>Giuseppe Bilotta</name>
    <email>giuseppe.bilotta@gmail.com</email>
  </author>
  <url>http://github.com/nofxx/ruby-br_bot/commit/b6e6d0c78156e3fe16a011007c7f4314e442619a</url>
  <id>b6e6d0c78156e3fe16a011007c7f4314e442619a</id>
  <committed-date>2008-07-29T13:20:38-07:00</committed-date>
  <authored-date>2008-07-29T11:54:23-07:00</authored-date>
  <message>auth core botmodule: advertise and act on mismatched master password</message>
  <tree>a061f69137afbaaa4c857b052ae7fd9e489e7ec8</tree>
  <committer>
    <name>Giuseppe Bilotta</name>
    <email>giuseppe.bilotta@gmail.com</email>
  </committer>
</commit>
