summaryrefslogtreecommitdiffstats
path: root/Reaktor/config.py
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2014-04-25 12:52:35 +0200
committertv <tv@nomic.retiolum>2014-04-25 12:52:35 +0200
commit3938e79f08c18f467708808b00a2dc39cf581680 (patch)
tree02e52a843c652013499f994ddd676926e4f80004 /Reaktor/config.py
parent5efd6c0b11ce5b0ab3ec5975bfe6125af7eb6ea4 (diff)
parent2ac7e46d6f242e299d2ad2a3f631dd45d3d95cba (diff)
Merge branch 'master' of github:krebscode/painload
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r--Reaktor/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py
index db4c8a3e..0a01c5cb 100644
--- a/Reaktor/config.py
+++ b/Reaktor/config.py
@@ -46,7 +46,7 @@ public_commands = [
'argv': [ 'commands/say', 'I\'m famous' ] },
# identify via direct connect
{ 'capname': 'identify',
- 'pattern': 'identify' + '\\s*(?:\\s+(?P<args>.*))?$',
+ 'pattern': '^identify' + '\\s*(?:\\s+(?P<args>.*))?$',
'argv' : [ 'commands/identify' ]}
]
commands = [