From 2fb00589439a4efb3906d4e681e7ed815dcd180a Mon Sep 17 00:00:00 2001 From: "Sean B. Palmer" Date: Sat, 23 Feb 2008 12:16:43 +0000 Subject: Lots of fixes, changes, and new goodies. --- phenny | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'phenny') diff --git a/phenny b/phenny index ca52b6d..f54cc6c 100755 --- a/phenny +++ b/phenny @@ -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 """) -- cgit v1.2.3-1-g7c22