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",