diff options
author | Eric Wang <gnawrice@gmail.com> | 2017-10-03 00:32:29 -0700 |
---|---|---|
committer | Eric Wang <gnawrice@gmail.com> | 2017-10-03 00:32:29 -0700 |
commit | 69430fd9a91004570a10d5cf4655474fc0a414e9 (patch) | |
tree | e8f29b9495a37da0b0287d06147603066afa4411 /README.md | |
parent | d02bde0169e9396ded45951ea10b8ca0b745a7ae (diff) | |
download | wee-slack-69430fd9a91004570a10d5cf4655474fc0a414e9.tar.gz |
Update documentation on enabling debug mode
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -34,7 +34,7 @@ Features * Away/back status handling * Expands/shows metadata for things like tweets/links * Displays edited messages (slack.com irc mode currently doesn't show these) - * *Super fun* debug mode. See what the websocket is saying with `/slack debug` + * *Super fun* debug mode. See what the websocket is saying In Development -------------- @@ -186,11 +186,6 @@ Run a Slack slash command. Simply prepend `/slack slash` to what you'd type in t /slack slash /desiredcommand arg1 arg2 arg3 ``` -Debug mode: -``` -/slack debug -``` - #### Threads Start a new thread on the most recent message The number indicates which message in the buffer to reply to, in reverse time order: @@ -244,6 +239,11 @@ Show channel name in hotlist after activity /set weechat.look.hotlist_names_level 14 ``` +Enable debug mode: +``` +/set plugins.var.python.slack.debug_mode on +``` + Support -------------- |