diff --git a/phenny b/phenny index 5fb7d7e..3153f33 100755 --- a/phenny +++ b/phenny @@ -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