aboutsummaryrefslogtreecommitdiffstats
path: root/config.py
diff options
context:
space:
mode:
authortv <tv@nomic.retiolum>2013-12-18 18:24:48 +0100
committertv <tv@nomic.retiolum>2013-12-18 18:28:15 +0100
commit16cd627dcb1a580d6095a2962b48ce7731d8f716 (patch)
tree7e930b255e26870b150bbb96890e4839a2885f23 /config.py
parenta7c04c54b3836d6d16378e9ec26ac8a52f217fdc (diff)
parenta6e8694560070f1666909cd054e0c3a775f121c0 (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 8e7a879..ec4abcb 100644
--- a/config.py
+++ b/config.py
@@ -31,6 +31,6 @@ irc_commands = [
{ 'pattern': '^(?:' + name + '|\\*):.*',
'argv': [ 'commands/say', '{TODO:fromname}: you are made of stupid!' ] },
# "highlight"
- { 'pattern': '\\b' + name + '\\b',
+ { 'pattern': '.*\\b' + name + '\\b.*',
'argv': [ 'commands/say', 'I\'m famous' ] }
]