aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wee_slack.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 2caf66c..ef41c6f 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -2780,7 +2780,6 @@ def command_status(data, current_buffer, args):
profile = {"status_text":text,"status_emoji":emoji}
- team = EVENTROUTER.weechat_controller.buffers[current_buffer].team
s = SlackRequest(team.token, "users.profile.set", {"profile": profile}, team_hash=team.team_hash, channel_identifier=channel.identifier)
EVENTROUTER.receive(s)