diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-01-21 21:22:41 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2006-01-21 21:22:41 +0000 |
commit | 119892c09183cf09ef5247664ec3d9daa7b7a042 (patch) | |
tree | 1f43472413abc351bddb4d6e7a4bc624c33e2e07 /bin | |
parent | ddbe1833c44cc67a2a70d6548960a25b80166633 (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-x | bin/rbot | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |