summaryrefslogtreecommitdiff
path: root/bin/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rbot')
-rwxr-xr-xbin/rbot3
1 files changed, 2 insertions, 1 deletions
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