Added third default permissions group: trusted
This commit is contained in:
parent
c0991ffc05
commit
ee057bc45a
2 changed files with 5 additions and 1 deletions
|
@ -13,7 +13,6 @@
|
||||||
"user": "cloudbot",
|
"user": "cloudbot",
|
||||||
"real_name": "CloudBot - http://git.io/cloudbotirc",
|
"real_name": "CloudBot - http://git.io/cloudbotirc",
|
||||||
"channels": ["#cloudbot", "#cloudbot2"],
|
"channels": ["#cloudbot", "#cloudbot2"],
|
||||||
"disabled_plugins": [],
|
|
||||||
"disabled_commands": [],
|
"disabled_commands": [],
|
||||||
"acls": {},
|
"acls": {},
|
||||||
"nickserv": {
|
"nickserv": {
|
||||||
|
@ -28,6 +27,10 @@
|
||||||
"moderators": {
|
"moderators": {
|
||||||
"perms": ["addfactoid", "delfactoid", "ignore"],
|
"perms": ["addfactoid", "delfactoid", "ignore"],
|
||||||
"users": ["examplec!user@example.com"]
|
"users": ["examplec!user@example.com"]
|
||||||
|
},
|
||||||
|
"trusted": {
|
||||||
|
"perms": ["addfactoid", "delfactoid"],
|
||||||
|
"users": ["exampled!user@example.com"]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# Written by Scaevolus, updated by Lukeroge
|
# Written by Scaevolus, updated by Lukeroge
|
||||||
|
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
|
Reference in a new issue