From 48ed38dda0dc27862888e38ca45f4d535a49b463 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Fri, 20 Jun 2008 12:15:31 +0200 Subject: dbhash: doh --- lib/rbot/dbhash.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rbot') 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 -- cgit v1.2.3