From 119892c09183cf09ef5247664ec3d9daa7b7a042 Mon Sep 17 00:00:00 2001 From: Tom Gilbert Date: Sat, 21 Jan 2006 21:22:41 +0000 Subject: bunch of changes. Another of Chris' plugins. A contributed russian.lang from ruskie (honest, that's his nick!). Some tweaks to error handling. Some modified user/auth handling (from DevRandom) still a bit more to do on that tho.. --- bin/rbot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/rbot b/bin/rbot index 44261789..bbe2c9ea 100755 --- a/bin/rbot +++ b/bin/rbot @@ -56,7 +56,8 @@ end begin require 'rbot/ircbot' rescue LoadError => e - puts "Error: couldn't find the rbot/ircbot module for loading\n - did you install rbot using setup.rb?" + puts "Error: couldn't find the rbot/ircbot module (or one of its dependencies)\n - did you install rbot using setup.rb?" + puts e exit 2 end -- cgit v1.2.3