aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-12-18 22:15:38 +0100
committertv <tv@nomic.retiolum>2013-12-18 22:15:38 +0100
commit5886952793f4ccef0151930fc0500af8c9b69fea (patch)
treed0db8a78b58df9a8a340f4cb950916624e43f64f /config.py
parent90815d6eb4f2d1c27e298543a976caf975af140f (diff)
Reaktor: caps show all commands w/capname prop
Diffstat (limited to 'config.py')
-rw-r--r--config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.py b/config.py
index ec4abcb..ed8c5ef 100644
--- a/config.py
+++ b/config.py
@@ -16,6 +16,7 @@ irc_channels = [
def default_command(cmd):
return {
+ 'capname': cmd,
'pattern': '^(?:' + name + '|\\*):\\s*' + cmd + '\\s*$',
'argv': [ 'commands/' + cmd ] }