summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Gilbert <tom@linuxbrit.co.uk>2006-01-21 21:22:41 +0000
committerTom Gilbert <tom@linuxbrit.co.uk>2006-01-21 21:22:41 +0000
commit119892c09183cf09ef5247664ec3d9daa7b7a042 (patch)
tree1f43472413abc351bddb4d6e7a4bc624c33e2e07 /bin
parentddbe1833c44cc67a2a70d6548960a25b80166633 (diff)
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..
Diffstat (limited to 'bin')
-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