Fix typos

This commit is contained in:
Tulir Asokan 2021-10-30 22:41:18 +03:00
parent e3aed76f7a
commit 84f6337979
2 changed files with 2 additions and 2 deletions

View file

@ -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 {

View file

@ -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?