Lots of fixes, changes, and new goodies.

This commit is contained in:
Sean B. Palmer
2008-02-23 12:16:43 +00:00
parent 7931fab145
commit 2fb0058943
13 changed files with 94 additions and 40 deletions

4
phenny
View File

@@ -29,7 +29,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:
disable = ['admin']
exclude = ['admin']
# If you want to enumerate a list of modules rather than disabling
# some, use "enable = ['example']", which takes precedent over disable
@@ -37,7 +37,7 @@ def create_default_config(fn):
# enable = []
# Modules to load from the opt directory
opt = []
extra = []
# EOF
""")