From 48fc813529fda4fcb4dfd2c048538a413c118b49 Mon Sep 17 00:00:00 2001 From: Ryan Huber Date: Thu, 9 Feb 2017 12:12:35 -0800 Subject: no slack buffer needed here pal --- wee_slack.py | 1 - 1 file changed, 1 deletion(-) diff --git a/wee_slack.py b/wee_slack.py index 313fcf3..866e77b 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -2587,7 +2587,6 @@ def command_openweb(data, current_buffer, args): url = "https://{}/archives/{}/p{}000000".format(channel.team.domain, channel.slack_name, now.majorstr()) w.prnt_date_tags(channel.team.channel_buffer, SlackTS().major, "openweb,logger_backlog_end,notify_none", url) -@slack_buffer_required def command_nodistractions(data, current_buffer, args): global hide_distractions hide_distractions = not hide_distractions -- cgit