diff --git a/lib/PBot/Plugin/Wttr.pm b/lib/PBot/Plugin/Wttr.pm index c9880c63..cd6fc60e 100644 --- a/lib/PBot/Plugin/Wttr.pm +++ b/lib/PBot/Plugin/Wttr.pm @@ -31,6 +31,8 @@ sub cmd_wttr { my $arguments = $context->{arguments}; my @wttr_options = ( + "default", + "all", "conditions", "forecast", "feelslike", @@ -49,8 +51,6 @@ sub cmd_wttr { "qlocation", "time", "population", - "default", - "all", ); my $usage = "Usage: wttr ( | -u ) [" . join(' ', map { "-$_" } @wttr_options) . "]; to have me remember your location, use `my location `."; diff --git a/lib/PBot/VERSION.pm b/lib/PBot/VERSION.pm index 1a8927b2..ebe8069f 100644 --- a/lib/PBot/VERSION.pm +++ b/lib/PBot/VERSION.pm @@ -25,7 +25,7 @@ use PBot::Imports; # These are set by the /misc/update_version script use constant { BUILD_NAME => "PBot", - BUILD_REVISION => 4326, + BUILD_REVISION => 4327, BUILD_DATE => "2021-07-28", };