]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - bin/rbot
bunch of changes.
[user/henk/code/ruby/rbot.git] / bin / rbot
index 442617892ba1874a262c62fbd2d1c53b6989fb20..bbe2c9ea5b43bf69c15a3bd2ebcf30d957acb299 100755 (executable)
--- 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