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