Whitelist all oblique commands by default

master
Sean B. Palmer 2011-03-10 14:41:22 +00:00
parent 5bc5662108
commit 6c00d59973
1 changed files with 1 additions and 1 deletions

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