From aa3490cf3682b872de7d2dfa988e12064a75ab1e Mon Sep 17 00:00:00 2001 From: Trygve Aaberge Date: Fri, 8 Jun 2018 13:37:31 +0200 Subject: Implement showmuted command properly Show channel names instead of id's, and show them in a more readable format. --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5a30537..4701c69 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,11 @@ Toggle muting of the current channel: /slack mute ``` +List muted channels for the current team: +``` +/slack showmuted +``` + Modify previous message: ``` s/old text/new text/ -- cgit