aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2018-10-06 18:53:02 +0200
committerlassulus <lassulus@lassul.us>2018-10-06 18:53:02 +0200
commit3289e7af9f6d2e8b8537d582b6aa4e071ef046d6 (patch)
tree777372646c98e8787d94f7691de15d5085543541
parente6e83b7c2fe83a4b5ffdce2b0fa5a7b774fc3d11 (diff)
stop feeling famous when talked to0.6.2
-rw-r--r--reaktor/config.py2
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
]