diff options
-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 8410d8ac..09a2579f 100644 --- a/lib/rbot/registry/bdb.rb +++ b/lib/rbot/registry/bdb.rb @@ -12,7 +12,7 @@ rescue Exception => e end if not defined? BDB - exit 2 + fatal "A bdb module was found, but it doesn't seem to be one I know about, sorry" end module Irc |