# File rbot/dbhash.rb, line 26
    def bdb_bt_compare(a, b)
      a.downcase <=> b.downcase
    end