3
0
mirror of https://github.com/jlu5/PyLink.git synced 2025-01-23 18:54:05 +01:00

permissions-reference: document perms for 'raw' plugin

This commit is contained in:
James Lu 2018-01-21 13:52:29 -08:00
parent 8000d51453
commit d608661a33

View File

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