From c448d8aa5e253f92d4ad3a4306708a91ff9367c1 Mon Sep 17 00:00:00 2001 From: silencer-pl <103842328+silencer-pl@users.noreply.github.com> Date: Wed, 22 Nov 2023 13:32:43 -0500 Subject: [PATCH] Adds DISCORDURL to the example config (#5002) # About the pull request This adds a commented DISCORDURL entry to the example config in the files, along with a comment explaining its use. This entry is currently missing and is not mentioned anywhere in the files so unless you already know what you are looking for, you are forced to dig to get the exact string. # Explain why it's good for the game Config file clarity and general user friendliness is good. # Testing Photographs and Procedure
Screenshots & Videos Put screenshots and videos here with an empty line between the screenshots and the `
` tags.
This does not seem like a front facing change at all, so did not include a changelog. --- config/example/config.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/example/config.txt b/config/example/config.txt index 8e8bb2b754d5..8a976e02a580 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -140,6 +140,9 @@ RULESURL https://cm-ss13.com/viewtopic.php?f=57&t=5094 ## Ban appeals URL - usually for a forum or wherever people should go to contact your admins. BANAPPEALS https://cm-ss13.com/viewforum.php?f=76 +## Discord URL - uncomment and add a valid Discord invite link (remember to make it a permanent one, since it does not default to it) to make the Discord button work properly. +## DISCORDURL + ## In-game features ## Remove the # to show a popup 'reply to' window to every non-admin that recieves an adminPM. ## The intention is to make adminPMs more visible. (although I fnd popups annoying so this defaults to off)