diff options
author | tv <tv@nomic.retiolum> | 2013-12-18 18:24:48 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-12-18 18:28:15 +0100 |
commit | ba50d1a587b9fcef21bce621757514022284b146 (patch) | |
tree | ef764c3d49e8757c32d51b548a910ccf0921a834 /Reaktor/config.py | |
parent | cf60629422036cf3d8d6e10b086eb600cd16c975 (diff) | |
parent | 6ab529502210751f89c832558e2db26c2ade36ab (diff) |
Merge branch 'master' of https://github.com/krebscode/painload
Diffstat (limited to 'Reaktor/config.py')
-rw-r--r-- | Reaktor/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Reaktor/config.py b/Reaktor/config.py index 8e7a8790..ec4abcb1 100644 --- a/Reaktor/config.py +++ b/Reaktor/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' ] } ] |