diff options
Diffstat (limited to 'lib/rbot/rbotconfig.rb')
-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 |