mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-29 23:39:24 +01:00
Plugin/RunCommand.pm: fix grammar of header comment
This commit is contained in:
parent
a4ad219ff1
commit
b9a2a0a306
@ -4,19 +4,18 @@
|
|||||||
#
|
#
|
||||||
# WARNING: The `runcmd` command will allow a user to run any command on your
|
# 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
|
# 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
|
# absolutely trust 100%. Instead, make a locked-down factoid; i.e.:
|
||||||
# default. Load at your own risk.
|
|
||||||
#
|
|
||||||
# Consider instead making a locked-down factalias; i.e.:
|
|
||||||
#
|
#
|
||||||
# factalias ls runcmd ls $args
|
# factalias ls runcmd ls $args
|
||||||
# factset ls cap-override can-runcmd
|
# factset ls cap-override can-runcmd
|
||||||
# factset ls locked 1
|
# factset ls locked 1
|
||||||
#
|
#
|
||||||
# The above will create an `ls` alias that can only run `runcmd ls $args` and
|
# 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
|
# itself has permission to use `runcmd` regardless of whether the user has the
|
||||||
# `can-runcmd` capability.
|
# `can-runcmd` capability.
|
||||||
|
#
|
||||||
|
# This plugin is not in data/plugin_autoload. Load at your own risk.
|
||||||
|
|
||||||
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
|
# SPDX-FileCopyrightText: 2021 Pragmatic Software <pragma78@gmail.com>
|
||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
|
Loading…
Reference in New Issue
Block a user