]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - lib/rbot/dbhash.rb
utils: htmlinfo filtering doc cleanups
[user/henk/code/ruby/rbot.git] / lib / rbot / dbhash.rb
index ce333109442af2f951b17c0ef0e1d3c7449564e4..dd61c7207161e90e8a92347e2d8245b480bca6d7 100644 (file)
@@ -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