diff options
Diffstat (limited to 'lib/rbot/auth.rb')
-rw-r--r-- | lib/rbot/auth.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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. |