aboutsummaryrefslogtreecommitdiffstats
path: root/IRC/reaktor.py
diff options
context:
space:
mode:
Diffstat (limited to 'IRC/reaktor.py')
-rwxr-xr-xIRC/reaktor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py
index b820039..0b285a3 100755
--- a/IRC/reaktor.py
+++ b/IRC/reaktor.py
@@ -62,7 +62,7 @@ class Reaktor(asybot):
cwd = getconf('workdir')
- env = {}
+ env = command.get('env', {})
env['_prefix'] = prefix
env['_from'] = prefix.split('!', 1)[0]