From 79d6cee1c79e22a0cd58e8cc778b2ece820817f8 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 27 Sep 2012 12:23:36 +0200 Subject: [PATCH] bdb: message when wrong bdb module is loaded --- lib/rbot/registry/bdb.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.32.0.93.g670b81a890