diff options
author | Alex Nordlund <alexander.nordlund@cinnober.com> | 2017-04-18 10:05:34 +0200 |
---|---|---|
committer | Alex Nordlund <alexander.nordlund@cinnober.com> | 2017-04-18 10:05:34 +0200 |
commit | b6db2bb101009719a960bb11dc56fad76d18c8f3 (patch) | |
tree | c146257699b0465615a04765826a36bddff46259 | |
parent | 23fefbebd028601667b5e7500a0fe9b7f10c1b7c (diff) | |
download | wee-slack-b6db2bb101009719a960bb11dc56fad76d18c8f3.tar.gz |
Corrects server_alias -> server_aliases.
-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_alias.my-slack-subdomain "mysub" +/set plugins.var.python.slack.server_aliases.my-slack-subdomain "mysub" ``` Show who added each reaction. Makes reactions appear like `[:smile:(@nick1,@nick2)]` instead of `[:smile:2]`. |