aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEric Wang <gnawrice@gmail.com>2017-10-23 17:20:49 -0700
committerEric Wang <gnawrice@gmail.com>2017-11-29 20:17:25 -0800
commitcdf6f49984d83d094999efcf5355d12e15ee4e51 (patch)
tree297a52f39d0b5047db75c37fdd28b14a8ea17050 /README.md
parentfc1e90b5f5309e06204ee3e8e93d1b621c53103b (diff)
downloadwee-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.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9a67989..ace8980 100644
--- a/README.md
+++ b/README.md
@@ -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: