aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorTrygve Aaberge <trygveaa@gmail.com>2018-01-30 17:06:22 +0100
committerTrygve Aaberge <trygveaa@gmail.com>2018-02-18 16:54:39 +0100
commit63b93d8ae78906de85680d45002a00dcfa5191d2 (patch)
tree147e126600605dd38e0dba19640b7a23c4ef39ac /wee_slack.py
parent2b17be3f793b0ed9b713e0356cca951f46d4c87f (diff)
downloadwee-slack-63b93d8ae78906de85680d45002a00dcfa5191d2.tar.gz
Don't tag team messages as private messages
Team messages shouldn't show up in the hotlist as private messages (default green), but as normal messages (default white).
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 9d06bf3..873d163 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -2928,7 +2928,7 @@ def tag(tagset, user=None):
default_tag = 'nick_unknown'
tagsets = {
# messages in the team/server buffer, e.g. "new channel created"
- "team": "irc_notice,notify_private,log3",
+ "team": "log3",
# when replaying something old
"backlog": "irc_privmsg,no_highlight,notify_none,logger_backlog",
# when posting messages to a muted channel