remove ALLOW / DENY from botconfig

This commit is contained in:
jacob1 2014-11-03 13:44:39 -05:00
parent c514296a80
commit 85675dedc6
2 changed files with 2 additions and 3 deletions

View File

@ -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 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) ADMINS = ("unaffiliated/wolfbot_admin2", "unaffiliated/wolfbot_admin3") # glob syntax supported (wildcards)
ALLOW = {"cloakof/fwaiter": ("fwait",),
"cloakof/?omeone_else": ("fday","fnight")}
DENY = {}
# Stop editing here # Stop editing here

View File

@ -198,6 +198,8 @@ LYNCH_MESSAGES_NO_REVEAL = ("The villagers, after much debate, finally decide on
import botconfig import botconfig
RULES = (botconfig.CHANNEL + " channel rules: http://wolf.xnrand.com/rules") RULES = (botconfig.CHANNEL + " channel rules: http://wolf.xnrand.com/rules")
botconfig.DENY = {} #these are set in here ... for now
botconfig.ALLOW = {}
# Other settings: # Other settings: