diff options
author | tv <tv@nomic.retiolum> | 2013-12-18 22:15:38 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-12-18 22:15:38 +0100 |
commit | e152f84b84b348070ca31e34c65bc54f07af8b8b (patch) | |
tree | d1cdd710ccf798353bba60689bb5d140823524b8 /Reaktor/config.py | |
parent | d62b233846053c67b4616d43ff834d99ce02cbb6 (diff) |
Reaktor: caps show all commands w/capname prop
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 1 |
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 ] } |