remove ALLOW / DENY from botconfig
This commit is contained in:
parent
c514296a80
commit
85675dedc6
@ -18,9 +18,6 @@ ALLOWED_NORMAL_MODE_COMMANDS = [] # debug mode commands to be allowed in normal
|
||||
|
||||
OWNERS = ("unaffiliated/wolfbot_admin1",) # the comma is required at the end if there is one owner
|
||||
ADMINS = ("unaffiliated/wolfbot_admin2", "unaffiliated/wolfbot_admin3") # glob syntax supported (wildcards)
|
||||
ALLOW = {"cloakof/fwaiter": ("fwait",),
|
||||
"cloakof/?omeone_else": ("fday","fnight")}
|
||||
DENY = {}
|
||||
|
||||
# Stop editing here
|
||||
|
||||
|
@ -198,6 +198,8 @@ LYNCH_MESSAGES_NO_REVEAL = ("The villagers, after much debate, finally decide on
|
||||
import botconfig
|
||||
|
||||
RULES = (botconfig.CHANNEL + " channel rules: http://wolf.xnrand.com/rules")
|
||||
botconfig.DENY = {} #these are set in here ... for now
|
||||
botconfig.ALLOW = {}
|
||||
|
||||
# Other settings:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user