diff options
author | lassulus <lassulus@lassul.us> | 2018-10-06 18:53:02 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-10-06 18:53:02 +0200 |
commit | 3289e7af9f6d2e8b8537d582b6aa4e071ef046d6 (patch) | |
tree | 777372646c98e8787d94f7691de15d5085543541 /reaktor | |
parent | e6e83b7c2fe83a4b5ffdce2b0fa5a7b774fc3d11 (diff) |
stop feeling famous when talked to0.6.2
Diffstat (limited to 'reaktor')
-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 dbe5ec3..a44b41e 100644 --- a/reaktor/config.py +++ b/reaktor/config.py @@ -135,7 +135,7 @@ public_commands = [ # { 'pattern': '^' + me_or_us + ':.*', # 'argv': [ distc('respond'),'You are made of stupid!'] }, # "highlight" - {'pattern': '.*' + me + '.*', + {'pattern': '.*' + me + '[^:].*', 'argv': [distc('say'), 'I\'m famous']}, # identify via direct connect ] |