This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3592a83
commit 8790254
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
##### [PicqBotX 插件管理器](https://github.com/HyDevelop/PicqBotX-PluginManager) > [插件列表](https://github.com/HyDevelop/PicqBotX-PluginManager/blob/master/markdown/plugin-list.md) > PicqPermissionManager权限管理插件 | ||
|
||
<br> | ||
|
||
#### 指令: | ||
|
||
``` | ||
!op set [qq|@] 将一个QQ号设为管理员 | ||
!op remove [qq|@] 将一个QQ号移除管理员 | ||
|
||
!grp list 列出现有权限组 | ||
!grp info [name] 查询权限组信息 | ||
!grp create [name] 创建权限组 | ||
!grp remove [name] 移除权限组 | ||
!grp perm add [name] [perm] 给一个组添加权限 | ||
!grp perm remove [name] [perm] 从一个组移除权限 | ||
!grp group add [name] [name] 给一个组添加子权限组 | ||
!grp group remove [name] [name] 从一个组移除子权限组 | ||
|
||
!usp info [qq|@] 查询用户权限信息 | ||
!usp add [qq|@] [name] 把用户加入权限组 | ||
!usp remove [qq|@] [name] 把用户从权限组移除 | ||
``` |