diff options
Diffstat (limited to 'wee_slack.py')
-rw-r--r-- | wee_slack.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/wee_slack.py b/wee_slack.py index 14d56f0..c6e7bc6 100644 --- a/wee_slack.py +++ b/wee_slack.py @@ -3413,10 +3413,6 @@ def command_status(data, current_buffer, args): if channel: team = channel.team - if args is None: - server.buffer_prnt("Usage: /slack status [status emoji] [status text].") - return - split_args = args.split(None, 2) emoji = split_args[1] if len(split_args) > 1 else "" text = split_args[2] if len(split_args) > 2 else "" |