aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.py b/config.py
index 5ea991b..eba1f09 100644
--- a/config.py
+++ b/config.py
@@ -56,7 +56,11 @@ public_commands = [
# identify via direct connect
{ 'capname': 'identify',
'pattern': '^identify' + '\\s*(?:\\s+(?P<args>.*))?$',
- 'argv' : [ 'commands/identify' ]}
+ 'argv' : [ 'commands/identify' ],
+ 'env': {
+ 'config_filename': config_filename
+ }
+ }
]
commands = [
default_command('reload')