Whitelist all oblique commands by default
This commit is contained in:
2
phenny
2
phenny
@@ -50,7 +50,7 @@ def create_default_config(fn):
|
|||||||
external = {
|
external = {
|
||||||
'#liberal': ['!'], # allow all
|
'#liberal': ['!'], # allow all
|
||||||
'#conservative': [], # allow none
|
'#conservative': [], # allow none
|
||||||
'*': ['py', 'whois', 'glyph'] # default whitelist
|
'*': ['!'] # default whitelist, allow all
|
||||||
}
|
}
|
||||||
|
|
||||||
# EOF
|
# EOF
|
||||||
|
|||||||
Reference in New Issue
Block a user