Whitelist all oblique commands by default

This commit is contained in:
Sean B. Palmer
2011-03-10 14:41:22 +00:00
parent 5bc5662108
commit 6c00d59973

2
phenny
View File

@@ -50,7 +50,7 @@ def create_default_config(fn):
external = {
'#liberal': ['!'], # allow all
'#conservative': [], # allow none
'*': ['py', 'whois', 'glyph'] # default whitelist
'*': ['!'] # default whitelist, allow all
}
# EOF