zemfrog.commands.role

Module Contents

Functions

group()

Access role manager.

new(name, description, permissions)

Create role.

remove(name)

Remove role.

update(name)

Update role.

list()

Show roles.

drop()

Drop roles.

zemfrog.commands.role.group()[source]

Access role manager.

zemfrog.commands.role.new(name, description, permissions)[source]

Create role.

zemfrog.commands.role.remove(name)[source]

Remove role.

zemfrog.commands.role.update(name)[source]

Update role.

zemfrog.commands.role.list()[source]

Show roles.

zemfrog.commands.role.drop()[source]

Drop roles.

zemfrog.commands.role.command[source]