From 5c73775dba1febcea1a6a0e9aafbfb1f69752a88 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Wed, 29 Jul 2020 10:06:43 +0800 Subject: [PATCH] Created Nextcloud Talk (basic) (markdown) --- Nextcloud-Talk-(basic).md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Nextcloud-Talk-(basic).md diff --git a/Nextcloud-Talk-(basic).md b/Nextcloud-Talk-(basic).md new file mode 100644 index 0000000..1402ddb --- /dev/null +++ b/Nextcloud-Talk-(basic).md @@ -0,0 +1,13 @@ +:warning: +**Create a dedicated user (a new account specifically for the bot) first. +It will not relay messages from yourself if you use your account** + +```toml +[nctalk.cloud] +# The location of your Nextcloud instance with Talk installed +Server="https://example.com" +Login="YourBotUsernameHere" +Password="YourBotPasswordHere" +RemoteNickFormat="[{PROTOCOL}] <{NICK}> " + +``` \ No newline at end of file