diff options
-rw-r--r-- | lib/rbot/dbhash.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/dbhash.rb b/lib/rbot/dbhash.rb index ce333109..dd61c720 100644 --- a/lib/rbot/dbhash.rb +++ b/lib/rbot/dbhash.rb @@ -4,7 +4,7 @@ # :title: Berkeley DB interface begin - require 'bdb-not' + require 'bdb' rescue LoadError fatal "rbot couldn't load the bdb module, perhaps you need to install it? try: http://www.ruby-lang.org/en/raa-list.rhtml?name=bdb" rescue Exception => e |