summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rbot')
-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 '; '