aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-04-25 12:23:40 +0200
committermakefu <root@pigstarter.de>2014-04-25 12:23:40 +0200
commitc7e714ff331761a3c50d47e3b5a4834de92c2adc (patch)
treefa8eb0d3b8a19cb3e8602c0dc49c11bca3f9cc06 /config.py
parent2c8b4ba157c082e298f71c45f5f8c8b50ff7e97f (diff)
parentdc1edc3f74d9b57579c454cbc21b7060836f2f49 (diff)
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'config.py')
-rw-r--r--config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.py b/config.py
index db4c8a3..0a01c5c 100644
--- a/config.py
+++ b/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 = [