From d24e4260457de3ecdae874be87201c7322c4f599 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Thu, 27 Jul 2006 19:44:51 +0000 Subject: Abort if levels.rbot is badly messed up. We don't want to make the bot suddenly become free for all --- lib/rbot/auth.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/rbot/auth.rb') diff --git a/lib/rbot/auth.rb b/lib/rbot/auth.rb index ad7283b4..c865636c 100644 --- a/lib/rbot/auth.rb +++ b/lib/rbot/auth.rb @@ -53,6 +53,9 @@ module Irc end end end + if @levels.length < 1 + raise RuntimeError, "No valid levels.rbot found! If you really want a free-for-all bot and this isn't the result of a previous error, write a proper levels.rbot" + end end # save current users and levels to files. -- cgit v1.2.3