From 84f6337979026edc5d3938cc85fb4cf7760d4fb1 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Sat, 30 Oct 2021 22:41:18 +0300 Subject: [PATCH] Fix typos --- commands.go | 2 +- example-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands.go b/commands.go index fb97f7b..fe85c4a 100644 --- a/commands.go +++ b/commands.go @@ -189,7 +189,7 @@ func (handler *CommandHandler) CommandSetRelay(ce *CommandEvent) { } } -const cmdUnsetRelayHelp = `set-relay - Stop relaying messages in this room.` +const cmdUnsetRelayHelp = `unset-relay - Stop relaying messages in this room.` func (handler *CommandHandler) CommandUnsetRelay(ce *CommandEvent) { if !handler.bridge.Config.Bridge.Relay.Enabled { diff --git a/example-config.yaml b/example-config.yaml index 24a7719..d3dc865 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -213,7 +213,7 @@ bridge: "@admin:example.com": admin relay: - # Whether relay mode should be allowed. If allowed, `!signal set-relay` can be used to turn any + # Whether relay mode should be allowed. If allowed, `!wa set-relay` can be used to turn any # authenticated user into a relaybot for that chat. enabled: false # Should only admins be allowed to set themselves as relay users?