From 481ab0216f9d877b8cb8bd70e8d0d024d0d86b7d Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 18 Dec 2013 23:08:07 +0100 Subject: Reaktor: irc_commands -> commands --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.py') diff --git a/config.py b/config.py index ed8c5ef..ce86faa 100644 --- a/config.py +++ b/config.py @@ -2,7 +2,7 @@ debug = True # CAVEAT name should not contains regex magic -name = 'kwasybot' +name = 'crabmanner' irc_alarm_timeout = 300 irc_hammer_interval = 10 @@ -20,7 +20,7 @@ def default_command(cmd): 'pattern': '^(?:' + name + '|\\*):\\s*' + cmd + '\\s*$', 'argv': [ 'commands/' + cmd ] } -irc_commands = [ +commands = [ default_command('caps'), default_command('hello'), default_command('reload'), -- cgit v1.2.3