diff options
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py index 6b19da3..af73c10 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2942,7 +2942,7 @@ def tag(tagset, user=None): # catchall ? "default": "irc_privmsg,notify_message,log1", } - return default_tag + "," + tagsets[tagset] + return "{},slack_{},{}".format(default_tag, tagset, tagsets[tagset]) ###### New/converted command_ commands |