diff --git a/botconfig.py.example b/botconfig.py.example index 37346f4..397c755 100644 --- a/botconfig.py.example +++ b/botconfig.py.example @@ -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 diff --git a/settings/wolfgame.py b/settings/wolfgame.py index 0cac5e2..1191dbb 100644 --- a/settings/wolfgame.py +++ b/settings/wolfgame.py @@ -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: