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