disable foodforus by default

master
mutantmonkey 2013-03-21 00:33:35 -04:00
parent 2d337c1e05
commit 02e45d1799
1 changed files with 1 additions and 1 deletions

2
phenny
View File

@ -45,7 +45,7 @@ def create_default_config(fn):
# These are people who will be able to use admin.py's functions...
admins = [owner, 'someoneyoutrust']
# But admin.py is disabled by default, as follows:
exclude = ['admin', 'linx']
exclude = ['admin', 'linx', 'foodforus']
ignore = ['']