diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-09-27 12:23:36 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2012-09-27 12:23:36 +0200 |
commit | 79d6cee1c79e22a0cd58e8cc778b2ece820817f8 (patch) | |
tree | f88c3a3b2021cb8d81c659189c5d4e268ec586fb /lib | |
parent | 47eba1a679d626a94f811accf4a60a5eebc28498 (diff) |
bdb: message when wrong bdb module is loaded
Diffstat (limited to 'lib')
-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 |