From 2194bdd4b47a31606aadf53af1b258ace593adaf Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Dec 2013 23:44:34 +0100 Subject: Reaktor: add respond to solve complexity in config --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.py') 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' ] } -- cgit v1.2.3