diff options
-rw-r--r-- | wee_slack.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py index fa268c2..03e1b27 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -958,7 +958,6 @@ def command_upload(current_buffer, args): post_data["file"] = args async_slack_api_upload_request(token, "files.upload", post_data) -@slack_buffer_required def command_talk(current_buffer, args): """ Open a chat with the specified user |