diff options
author | Trygve Aaberge <trygveaa@gmail.com> | 2017-10-04 19:58:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-04 19:58:39 +0200 |
commit | f61e1b8f8540311a00513c7dfc07ff89cf872958 (patch) | |
tree | d62a4b32407f3debeeac54e90d7765a63d9a65ea | |
parent | d02bde0169e9396ded45951ea10b8ca0b745a7ae (diff) | |
parent | 3958961c9aa1f8ffbbe5ed1ee8413afbb93acb45 (diff) | |
download | wee-slack-f61e1b8f8540311a00513c7dfc07ff89cf872958.tar.gz |
Merge pull request #447 from ericdwang/master
Update documentation on enabling debug mode
-rw-r--r-- | README.md | 13 |
1 files changed, 7 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,12 @@ Show channel name in hotlist after activity /set weechat.look.hotlist_names_level 14 ``` +Enable debug mode and change debug level (default 3, decrease to increase logging and vice versa): +``` +/set plugins.var.python.slack.debug_mode on +/set plugins.var.python.slack.debug_level 2 +``` + Support -------------- |