summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 12:15:31 +0200
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2008-06-20 12:15:31 +0200
commit48ed38dda0dc27862888e38ca45f4d535a49b463 (patch)
tree67cdf2820e39363703d8d3c4f0c48f5335387efc /lib/rbot
parentb0364ee726dc5348fdb394f52660c0abf3c61756 (diff)
dbhash: doh
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/dbhash.rb2
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