diff options
author | makefu <github@syntax-fehler.de> | 2015-08-31 13:30:28 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2015-08-31 13:30:28 +0200 |
commit | e9e7d6baf986488c43d418887f6cf95f5d896189 (patch) | |
tree | 8e7740d1b7e56b5fbd77d00e9d1c9f1cca607ae5 /Reaktor/reaktor/config.py | |
parent | f7607f1297b071f019c1522e778978546eb381a4 (diff) |
Reaktor: cleanup, bump version
Diffstat (limited to 'Reaktor/reaktor/config.py')
-rw-r--r-- | Reaktor/reaktor/config.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Reaktor/reaktor/config.py b/Reaktor/reaktor/config.py index 85824321..56ef71e8 100644 --- a/Reaktor/reaktor/config.py +++ b/Reaktor/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 }), |