diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-01-31 15:21:15 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2011-01-31 15:25:28 +0100 |
commit | 4d68eabaa8dabaecb5ea4af210acbb4d0b10249f (patch) | |
tree | f9a8acf314ca9fcb8266610d1c9f46ed4e09cc18 /lib/rbot/registry | |
parent | 182d062906f1951e4f253d395fae88f3db620658 (diff) |
comments and message fixes
Diffstat (limited to 'lib/rbot/registry')
-rw-r--r-- | lib/rbot/registry/bdb.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/registry/bdb.rb b/lib/rbot/registry/bdb.rb index 4457a369..d1876ac5 100644 --- a/lib/rbot/registry/bdb.rb +++ b/lib/rbot/registry/bdb.rb @@ -6,7 +6,7 @@ begin 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" + 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 or http://github.com/knu/ruby-bdb" rescue Exception => e fatal "rbot couldn't load the bdb module: #{e.pretty_inspect}" end |