Merge pull request #102 from CafogenMod/cloudev
implement tools for editing users with permissions via irc for the new p...
This commit is contained in:
commit
5d0754f21c
2 changed files with 94 additions and 1 deletions
|
@ -32,7 +32,7 @@
|
|||
},
|
||||
"permissions": {
|
||||
"admins": {
|
||||
"perms": ["addfactoid", "delfactoid", "ignore", "botcontrol"],
|
||||
"perms": ["addfactoid", "delfactoid", "ignore", "botcontrol", "permissions_users"],
|
||||
"users": ["examplea!user@example.com", "exampleb!user@example.com"]
|
||||
},
|
||||
"moderators": {
|
||||
|
|
Reference in a new issue