From ea35fc78c2ac8ca7395672325211bd7c0e792ed3 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Dec 2022 18:18:18 -0800 Subject: [PATCH] Commands/Help: update URL to point at TOC --- lib/PBot/Core/Commands/Help.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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});