aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index b72bec3..1f8b6cd 100644
--- a/README.md
+++ b/README.md
@@ -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
--------------