diff options
author | Eric Wang <gnawrice@gmail.com> | 2017-10-23 17:20:49 -0700 |
---|---|---|
committer | Eric Wang <gnawrice@gmail.com> | 2017-11-29 20:17:25 -0800 |
commit | cdf6f49984d83d094999efcf5355d12e15ee4e51 (patch) | |
tree | 297a52f39d0b5047db75c37fdd28b14a8ea17050 /README.md | |
parent | fc1e90b5f5309e06204ee3e8e93d1b621c53103b (diff) | |
download | wee-slack-cdf6f49984d83d094999efcf5355d12e15ee4e51.tar.gz |
Refactor command_talk and fix MPDMs not being created
- Fix incorrect parameter name for MPDMs: `users` instead of `user_ids`
- Accept comma-separated nicks instead of space-separated to match
weechat's `/query` syntax
- Check user IDs instead of usernames to find channels
- Use `SLACK_API_TRANSLATOR` instead of hard coding API methods
- Update documentation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,8 +123,8 @@ Join a channel: Start a direct chat with someone or multiple users: ``` -/query [username] ([username2] [username3]...) -/slack talk [username] ([username2] [username3]...) +/query <username>[,<username2>[,<username3>...]] +/slack talk <username>[,<username2>[,<username3>...]] ``` List channels: |