aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
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 dd79234..fbde84e 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -2970,7 +2970,7 @@ def linkify_text(message, team, channel):
if targets and targets.groups()[0] == '@':
named = targets.groups()
if named[1] in ["group", "channel", "here"]:
- message[item[0]] = "<!{}>".format(named[1])
+ message[item[0]] = "<!{}>{}".format(named[1], named[2])
else:
try:
if usernames[named[1]]: