From c9ada317c9bd32828765fc4ed25aeaf2c00ac18f Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 26 Aug 2007 00:54:24 +0000 Subject: Remove extra (un)bolding from 'help failed plugins' help text --- lib/rbot/plugins.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rbot/plugins.rb b/lib/rbot/plugins.rb index 28ca4a7d..9cdf73a9 100644 --- a/lib/rbot/plugins.rb +++ b/lib/rbot/plugins.rb @@ -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 '; ' -- cgit v1.2.3