From e152f84b84b348070ca31e34c65bc54f07af8b8b Mon Sep 17 00:00:00 2001 From: tv Date: Wed, 18 Dec 2013 22:15:38 +0100 Subject: Reaktor: caps show all commands w/capname prop --- Reaktor/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Reaktor/config.py') diff --git a/Reaktor/config.py b/Reaktor/config.py index ec4abcb1..ed8c5efb 100644 --- a/Reaktor/config.py +++ b/Reaktor/config.py @@ -16,6 +16,7 @@ irc_channels = [ def default_command(cmd): return { + 'capname': cmd, 'pattern': '^(?:' + name + '|\\*):\\s*' + cmd + '\\s*$', 'argv': [ 'commands/' + cmd ] } -- cgit v1.2.3