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",
|
||||
"real_name": "CloudBot - http://git.io/cloudbotirc",
|
||||
"channels": ["#cloudbot", "#cloudbot2"],
|
||||
"disabled_plugins": [],
|
||||
"disabled_commands": [],
|
||||
"acls": {},
|
||||
"nickserv": {
|
||||
|
@ -28,6 +27,10 @@
|
|||
"moderators": {
|
||||
"perms": ["addfactoid", "delfactoid", "ignore"],
|
||||
"users": ["examplec!user@example.com"]
|
||||
},
|
||||
"trusted": {
|
||||
"perms": ["addfactoid", "delfactoid"],
|
||||
"users": ["exampled!user@example.com"]
|
||||
}
|
||||
},
|
||||
"plugins": {
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Written by Scaevolus, updated by Lukeroge
|
||||
|
||||
|
||||
import re
|
||||
import random
|
||||
|
||||
|
|
Reference in a new issue