diff --git a/lib/PBot/Core/Commands/Help.pm b/lib/PBot/Core/Commands/Help.pm index d43ac012..5ea6d3b4 100644 --- a/lib/PBot/Core/Commands/Help.pm +++ b/lib/PBot/Core/Commands/Help.pm @@ -19,7 +19,7 @@ sub cmd_help { my ($self, $context) = @_; if (not length $context->{arguments}) { - return "For general help, see . For help about a specific command or factoid, use `help [channel]`."; + return "For general help, see . For help about a specific command or factoid, use `help [channel]`."; } my $keyword = lc $self->{pbot}->{interpreter}->shift_arg($context->{arglist});