aboutsummaryrefslogtreecommitdiffstats
path: root/reaktor/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'reaktor/config.py')
-rw-r--r--reaktor/config.py3
1 files changed, 2 insertions, 1 deletions
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
}),