From 0f5ea9c1e57465bb10f83cb4764a82e67b78c810 Mon Sep 17 00:00:00 2001 From: Ejaz <73548455+ejaz4@users.noreply.github.com> Date: Thu, 14 Apr 2022 17:28:16 +0100 Subject: [PATCH] Fixed typo with nctalk saying "token" for "channel" --- matterbridge.toml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index a0fa7c0b31..4a4ccbb75d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1929,7 +1929,7 @@ enable=true # ------------------------------------------------------------------------------------------------------------------------------------- # steam | chatid | example needed | The number in the URL when you click "enter chat room" in the browser # ------------------------------------------------------------------------------------------------------------------------------------- - # nctalk | token | xs25tz5y | The token in the URL when you are in a chat. It will be the last part of the URL. + # nctalk | channel | xs25tz5y | The token in the URL when you are in a chat. It will be the last part of the URL. # ------------------------------------------------------------------------------------------------------------------------------------- # telegram | chatid | -123456789 | A large negative number. see https://www.linkedin.com/pulse/telegram-bots-beginners-marco-frau # -------------------------------------------------------------------------------------------------------------------------------------