]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commitdiff
Remove extra (un)bolding from 'help failed plugins' help text
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 26 Aug 2007 00:54:24 +0000 (00:54 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 26 Aug 2007 00:54:24 +0000 (00:54 +0000)
lib/rbot/plugins.rb

index 28ca4a7dcfa79433f33248b5247ec37f2e207180..9cdf73a9c379cd2f7848988d4cf76c0f73af9f30 100644 (file)
@@ -526,7 +526,7 @@ module Plugins
                        "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%{command}%{bold} to see why",
                        @failed.length) %
                     { :count => @failed.length, :highlight => Reverse,
-                      :bold => Bold, :command => "#{Bold}help failed plugins#{Bold}"}
+                      :bold => Bold, :command => "help failed plugins"}
         end
       end
       output.join '; '