diff options
author | Alex Nordlund <alexander.nordlund@cinnober.com> | 2017-04-18 11:32:21 +0200 |
---|---|---|
committer | Alex Nordlund <alexander.nordlund@cinnober.com> | 2017-04-18 11:32:21 +0200 |
commit | ff68f516a5a9fcbcb52b6f29c596ba832b3a9f02 (patch) | |
tree | 3ad48b86d0f1ee5f5635c5b8a441d5d6b36151ce /README.md | |
parent | d35daa54f6f41c4aece418f18b4cf6b362f3c2bb (diff) | |
download | wee-slack-ff68f516a5a9fcbcb52b6f29c596ba832b3a9f02.tar.gz |
Changes aliases example to have multiple entries.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -224,7 +224,7 @@ Turn on colorized messages (messages match nick color): Set channel prefix to something other than my-slack-subdomain.slack.com (e.g. when using buffers.pl): ``` -/set plugins.var.python.slack.server_aliases "my-slack-subdomain:mysub" +/set plugins.var.python.slack.server_aliases "my-slack-subdomain:mysub,other-domain:coolbeans" ``` Show who added each reaction. Makes reactions appear like `[:smile:(@nick1,@nick2)]` instead of `[:smile:2]`. |