From b9a2a0a306d23b223232621cbc1673694c5018ad Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Jul 2021 21:30:55 -0700 Subject: [PATCH] Plugin/RunCommand.pm: fix grammar of header comment --- lib/PBot/Plugin/RunCommand.pm | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/PBot/Plugin/RunCommand.pm b/lib/PBot/Plugin/RunCommand.pm index 178abda2..e0c97810 100644 --- a/lib/PBot/Plugin/RunCommand.pm +++ b/lib/PBot/Plugin/RunCommand.pm @@ -4,19 +4,18 @@ # # WARNING: The `runcmd` command will allow a user to run any command on your # system. Do not give out the `can-runcmd` capability to anyone you do not -# absolutely trust 100%. This Plugin is not added to data/plugin_autoload by -# default. Load at your own risk. -# -# Consider instead making a locked-down factalias; i.e.: +# absolutely trust 100%. Instead, make a locked-down factoid; i.e.: # # factalias ls runcmd ls $args # factset ls cap-override can-runcmd # factset ls locked 1 # # The above will create an `ls` alias that can only run `runcmd ls $args` and -# cannot be modified by anybody. The cap-override is necessary so the alias +# cannot be modified by anybody. The cap-override is necessary so the factoid # itself has permission to use `runcmd` regardless of whether the user has the # `can-runcmd` capability. +# +# This plugin is not in data/plugin_autoload. Load at your own risk. # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT