diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-08-26 00:54:24 +0000 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2007-08-26 00:54:24 +0000 |
commit | c9ada317c9bd32828765fc4ed25aeaf2c00ac18f (patch) | |
tree | 682b64c1f856f8d78e2fe9f66cd1cbc859ac27e2 /lib | |
parent | 02c79244569748ebc41a8d6548314a802d8375d0 (diff) |
Remove extra (un)bolding from 'help failed plugins' help text
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/plugins.rb | 2 |
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 '; ' |