From d361e31a6006c0ea6d4eade5a1d6785577b76b7b Mon Sep 17 00:00:00 2001 From: Aine Date: Wed, 24 Aug 2022 09:57:22 +0300 Subject: [PATCH] adjust stop's help message --- bot/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/command.go b/bot/command.go index a0656a6..a6c48b4 100644 --- a/bot/command.go +++ b/bot/command.go @@ -18,7 +18,7 @@ var ( commands = map[string]string{ // special commands "help": "Get help", - "stop": "Disable bridge for that room", + "stop": "Disable bridge for that room and clear all configuration", // options commands "mailbox": "Get or set mailbox of that room",