aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index ce86faa..0ae7681 100644
--- a/config.py
+++ b/config.py
@@ -30,7 +30,7 @@ commands = [
default_command('nocommand'),
# command not found
{ 'pattern': '^(?:' + name + '|\\*):.*',
- 'argv': [ 'commands/say', '{TODO:fromname}: you are made of stupid!' ] },
+ 'argv': [ 'commands/respond','You are made of stupid!'] },
# "highlight"
{ 'pattern': '.*\\b' + name + '\\b.*',
'argv': [ 'commands/say', 'I\'m famous' ] }