summaryrefslogtreecommitdiffstats
path: root/lib/IM/Engine/Plugin/Commands/Command/Help.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/IM/Engine/Plugin/Commands/Command/Help.pm')
-rw-r--r--lib/IM/Engine/Plugin/Commands/Command/Help.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/IM/Engine/Plugin/Commands/Command/Help.pm b/lib/IM/Engine/Plugin/Commands/Command/Help.pm
index b28472a..f400157 100644
--- a/lib/IM/Engine/Plugin/Commands/Command/Help.pm
+++ b/lib/IM/Engine/Plugin/Commands/Command/Help.pm
@@ -1,6 +1,10 @@
package IM::Engine::Plugin::Commands::Command::Help;
use IM::Engine::Plugin::Commands::OO;
+has '+help' => (
+ default => 'Displays the help text for the given command',
+);
+
sub default {
my $self = shift;
my ($sender, $action) = @_;