Skip to content

Commit

Permalink
Adds DISCORDURL to the example config (#5002)
Browse files Browse the repository at this point in the history
# 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
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


This does not seem like a front facing change at all, so did not include
a changelog.
  • Loading branch information
silencer-pl committed Nov 22, 2023
1 parent 1b85e53 commit c448d8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/example/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c448d8a

Please sign in to comment.