aboutsummaryrefslogtreecommitdiffstats
path: root/reaktor
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2015-08-31 13:30:28 +0200
committermakefu <github@syntax-fehler.de>2015-08-31 13:30:28 +0200
commit7e84b09094578e03f194f661172c669bbc60edce (patch)
treeddbad2d5a944def1f56540560b00e3c9badae8bf /reaktor
parentbeca84306888be2a627ae2ab14530f853b1218ed (diff)
Reaktor: cleanup, bump version
Diffstat (limited to 'reaktor')
-rwxr-xr-xreaktor/commands/caps2
-rwxr-xr-xreaktor/commands/licht_resolver2
-rw-r--r--reaktor/config.py3
3 files changed, 4 insertions, 3 deletions
diff --git a/reaktor/commands/caps b/reaktor/commands/caps
index ac8cc66..b5d6642 100755
--- a/reaktor/commands/caps
+++ b/reaktor/commands/caps
@@ -1,4 +1,4 @@
-#! /usr/bin/env python3
+#! /usr/bin/env python
import imp
import os
diff --git a/reaktor/commands/licht_resolver b/reaktor/commands/licht_resolver
index 5bdb651..90d06c8 100755
--- a/reaktor/commands/licht_resolver
+++ b/reaktor/commands/licht_resolver
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/env python
# -*- coding: utf-8 -*-
map = {
diff --git a/reaktor/config.py b/reaktor/config.py
index 8582432..56ef71e 100644
--- a/reaktor/config.py
+++ b/reaktor/config.py
@@ -102,7 +102,8 @@ public_commands = [
default_command('tell', cmd='tell-on_privmsg', env={
'state_file': workdir + '/tell.txt'
}),
- default_command('nag', env=nag_env),
+ # TODO this is disabled until someone fixes it
+ #default_command('nag', env=nag_env),
simple_command('identify', env={
'config_filename': config_filename
}),