diff options
author | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-12-01 23:01:31 +0000 |
---|---|---|
committer | Tom Gilbert <tom@linuxbrit.co.uk> | 2005-12-01 23:01:31 +0000 |
commit | 7d6a7918ccd9c66bfbbd4fb23a98c781d2e82d08 (patch) | |
tree | 75ce72ce765879d4c911ae82dcb22aedc60d608e /lib/rbot | |
parent | 5e8ddb21367309624a05ce45c7facee6620b5edf (diff) |
fixes from eean
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/rbotconfig.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/rbotconfig.rb b/lib/rbot/rbotconfig.rb index 042fa39d..226f687e 100644 --- a/lib/rbot/rbotconfig.rb +++ b/lib/rbot/rbotconfig.rb @@ -15,7 +15,7 @@ module Irc else debug "not installed via rubygems" end - rescue LoadError + rescue LoadError,NameError,NoMethodError debug "no rubygems installed" end |