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.**