diff options
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r-- | lib/rbot/plugins.rb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 7667ff84..80ac2f1c 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -499,13 +499,14 @@ module Plugins list << "; #{Reverse}#{@failed.length} plugin#{'s' if @failed.length > 1} failed to load#{Reverse}" list << ": use #{Bold}help failed plugins#{Bold} to see why" unless short end - @failures_shown = true list end # return list of help topics (plugin names) def helptopics - return status + rv = status + @failures_shown = true + rv end def length |