From 8a69490d65a38ab6b965fc3f12e3f873e61b48c2 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 4 Jun 2020 12:07:44 -0700 Subject: [PATCH] doc/Commands.md: add note about setting cap-override --- doc/Commands.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Commands.md b/doc/Commands.md index 01a1c975..15e47c6c 100644 --- a/doc/Commands.md +++ b/doc/Commands.md @@ -328,6 +328,11 @@ Example: !lart someuser * PBot slaps someuser with a large rabid turkey. +To allow an unpriviliged (not botowner, admin or chanop, etc) to use the `kick` command within the `lart` command, you must +set the `cap-override` [Factoid metadata](Factoids.md#factoid-metadata): + + !factset lart cap-override can-kick 1 + ### Background processing Any command can be flagged to be executed as a background process. For example, suppose you make a Plugin that has a command that may potentially take a long time to complete, which could