From a4ad219ff1e4fe5003b8e32b7a14b8db0bfd3ecf Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Sun, 25 Jul 2021 21:23:55 -0700 Subject: [PATCH] Plugin/RunCommand: clarify that plugin is not autoloaded by default --- lib/PBot/Plugin/RunCommand.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/PBot/Plugin/RunCommand.pm b/lib/PBot/Plugin/RunCommand.pm index dbc09bc0..178abda2 100644 --- a/lib/PBot/Plugin/RunCommand.pm +++ b/lib/PBot/Plugin/RunCommand.pm @@ -4,7 +4,8 @@ # # 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%. +# 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.: # @@ -17,7 +18,6 @@ # itself has permission to use `runcmd` regardless of whether the user has the # `can-runcmd` capability. - # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT