mirror of
https://github.com/tulir/mautrix-whatsapp
synced 2024-11-11 12:32:13 +01:00
Fix typos
This commit is contained in:
parent
e3aed76f7a
commit
84f6337979
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue