From 6641bd2809bd8236df616293563c55e26ac079e5 Mon Sep 17 00:00:00 2001 From: Wim Date: Thu, 28 Feb 2019 13:37:25 +0100 Subject: [PATCH] Updated Section Whatsapp (basic) (markdown) --- Section-Whatsapp-(basic).md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/Section-Whatsapp-(basic).md b/Section-Whatsapp-(basic).md index 3542ef7..812d76d 100644 --- a/Section-Whatsapp-(basic).md +++ b/Section-Whatsapp-(basic).md @@ -1,12 +1,11 @@ ``` [whatsapp.mywhatsapp] -# Number you will use as a relay bot. Tip: Get some disposable sim card, -# don't rely on your own number. +# Number you will use as a relay bot. Tip: Get some disposable sim card, don't rely on +# your own number. Number="+48111222333" # First time that you login you will need to scan QR code, then credentials will be saved in -# a session file -# If you won't set SessionFile then you will need to scan QR code on every restart +# a session file. 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) SessionFile="session-48111222333.gob" @@ -14,7 +13,7 @@ SessionFile="session-48111222333.gob" # optional (default false) QrOnWhiteTerminal=false -# Messages will be seen by other WhatsApp contacts as coming from the bridge. Original nick -# will be part of the message. +# Messages will be seen by other WhatsApp contacts as coming from the bridge. +# Original nick will be part of the message. RemoteNickFormat="[{PROTOCOL}] @{NICK}: " ``` \ No newline at end of file