aboutsummaryrefslogtreecommitdiffstats
path: root/IRC
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-04-25 13:34:04 +0200
committertv <tv@nomic.retiolum>2014-04-25 13:34:04 +0200
commit97e2b11759fe3066b3d12bb9d47c981959c3cde8 (patch)
tree0b8c7dae087505b300577edbd54a55f7d60f0020 /IRC
parentbf00ab1a5449bb0bf554b49fbd5da6e882a44b2e (diff)
reaktor: move config_filename to config
Diffstat (limited to 'IRC')
-rwxr-xr-xIRC/reaktor.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py
index 54091c5..bfd08d9 100755
--- a/IRC/reaktor.py
+++ b/IRC/reaktor.py
@@ -81,7 +81,6 @@ class Reaktor(asybot):
target.append(env['_from'])
log.debug('target:' +str(target))
- env['config_filename'] = os.path.abspath(self.config)
start = time()
try:
p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd)