add linx to default list of disabled modules

This commit is contained in:
mutantmonkey
2012-12-16 16:54:36 -05:00
parent ac72cb5c1d
commit 311b6cbfc4

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... # These are people who will be able to use admin.py's functions...
admins = [owner, 'someoneyoutrust'] admins = [owner, 'someoneyoutrust']
# But admin.py is disabled by default, as follows: # But admin.py is disabled by default, as follows:
exclude = ['admin'] exclude = ['admin', 'linx']
ignore = [''] ignore = ['']