Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPopkornium18 <mail@popkornium18.de>2020-07-05 00:07:22 +0300
committerPopkornium18 <mail@popkornium18.de>2020-07-08 21:10:32 +0300
commit39e12d3325653817f48ee4639c538cb96157ca6d (patch)
treed5cb8c19ef74bfa5278f2a83cbd6c22728ab6d9b /scripts
parente2f99efa7e82d163aec9b46cb9665d7611ca3f38 (diff)
FEAT(server): Allow loading welcome text from file
This allows specifying welcometextfile in murmur.ini. If no welcometext is set in the ini-file, the welcome text is loaded from the file. Fixes #3723
Diffstat (limited to 'scripts')
-rw-r--r--scripts/murmur.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/murmur.ini b/scripts/murmur.ini
index 651918c37..db36acc93 100644
--- a/scripts/murmur.ini
+++ b/scripts/murmur.ini
@@ -116,6 +116,11 @@ icesecretwrite=
; no welcome message will be sent to clients.
welcometext="<br />Welcome to this server running <b>Murmur</b>.<br />Enjoy your stay!<br />"
+; The welcometext can also be read from an external file which might be useful
+; if you want to specify a rather lengthy text. If a value for welcometext is
+; set, the welcometextfile will not be read.
+;welcometextfile=
+
; Port to bind TCP and UDP sockets to.
port=64738