From d608661a3372b46a3d09344fd0dda69da90911fa Mon Sep 17 00:00:00 2001 From: James Lu Date: Sun, 21 Jan 2018 13:52:29 -0800 Subject: [PATCH] permissions-reference: document perms for 'raw' plugin --- docs/permissions-reference.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/permissions-reference.md b/docs/permissions-reference.md index cbebbc2..9ce5c7c 100644 --- a/docs/permissions-reference.md +++ b/docs/permissions-reference.md @@ -58,7 +58,6 @@ Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist ## Exec - `exec.exec` - Allows access to the `exec` command. - `exec.eval` - Allows access to the `eval` command. -- `exec.raw` - Allows access to the `raw` command. - `exec.inject` - Allows access to the `inject` command. ## Global @@ -81,6 +80,10 @@ Remote versions of the `manage`, `list`, `sync`, and `clear` commands also exist - `opercmds.chgident` - Allows access to the `chgident` command. - `opercmds.chgname` - Allows access to the `chgname` command. +## Raw +- `raw.raw` - Allows access to the `raw` command. `exec.raw` is equivalent to this and retained for compatibility with PyLink 1.x. +- `raw.raw.unsupported_network` - Allows use of the `raw` command on servers other than Clientbot. + ## Relay - `relay.claim` - Allows access to the `claim` command. - `relay.create` - Allows access to the `create` command. **With the default permissions set, this is granted to all opers.**