summaryrefslogtreecommitdiff
path: root/lib/rbot/plugins.rb
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-26 00:54:24 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-08-26 00:54:24 +0000
commitc9ada317c9bd32828765fc4ed25aeaf2c00ac18f (patch)
tree682b64c1f856f8d78e2fe9f66cd1cbc859ac27e2 /lib/rbot/plugins.rb
parent02c79244569748ebc41a8d6548314a802d8375d0 (diff)
Remove extra (un)bolding from 'help failed plugins' help text
Diffstat (limited to 'lib/rbot/plugins.rb')
-rw-r--r--lib/rbot/plugins.rb2
1 files changed, 1 insertions, 1 deletions
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 '; '