Updated Section Whatsapp (basic) (markdown)

Wim 2019-02-28 13:37:25 +01:00
parent e3aa01de70
commit 6641bd2809

@ -1,12 +1,11 @@
``` ```
[whatsapp.mywhatsapp] [whatsapp.mywhatsapp]
# Number you will use as a relay bot. Tip: Get some disposable sim card, # Number you will use as a relay bot. Tip: Get some disposable sim card, don't rely on
# don't rely on your own number. # your own number.
Number="+48111222333" Number="+48111222333"
# First time that you login you will need to scan QR code, then credentials will be saved in # First time that you login you will need to scan QR code, then credentials will be saved in
# a session file # a session file. If you won't set SessionFile then you will need to scan QR code on every restart
# If you won't set SessionFile then you will need to scan QR code on every restart
# optional (by default the session is stored only in memory, till restarting matterbridge) # optional (by default the session is stored only in memory, till restarting matterbridge)
SessionFile="session-48111222333.gob" SessionFile="session-48111222333.gob"
@ -14,7 +13,7 @@ SessionFile="session-48111222333.gob"
# optional (default false) # optional (default false)
QrOnWhiteTerminal=false QrOnWhiteTerminal=false
# Messages will be seen by other WhatsApp contacts as coming from the bridge. Original nick # Messages will be seen by other WhatsApp contacts as coming from the bridge.
# will be part of the message. # Original nick will be part of the message.
RemoteNickFormat="[{PROTOCOL}] @{NICK}: " RemoteNickFormat="[{PROTOCOL}] @{NICK}: "
``` ```