diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2016-03-05 15:50:37 +0100 |
---|---|---|
committer | Trygve Aaberge <trygveaa@gmail.com> | 2016-03-05 15:50:37 +0100 |
commit | 2c741e41b219bdaaecf78399933d15418f49fd7f (patch) | |
tree | 259142e81c14ca01e99e5fd9355a62d50decc26a /README.md | |
parent | d88987c7ae62ca07e511fbce15f1704058594da2 (diff) | |
download | wee-slack-2c741e41b219bdaaecf78399933d15418f49fd7f.tar.gz |
Add description of adding/removing a reaction to the README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -160,6 +160,11 @@ Delete previous message: s/// ``` +Add a reaction to the nth last message. The number can be omitted and defaults to the last message. The `+` can be replaced with a `-` to remove a reaction instead. +``` +3+:smile: +``` + Turn off colorized nicks: ``` /set plugins.var.python.slack_extension.colorize_nicks 0 |