summaryrefslogtreecommitdiffstats
path: root/Reaktor/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r--Reaktor/config.py1
1 files changed, 1 insertions, 0 deletions
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 ] }