summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorlatex <latex@disroot.org>2023-03-31 02:03:20 +0200
committerlatex <latex@disroot.org>2023-03-31 02:03:20 +0200
commit9ed06f53fd8db5bf920a315f480e923eb2c6620f (patch)
treef69eaccbca1fe5a996e1d7d0853dd4d06b1e81be
parent8c43b5372b0928b0bc1d0eec93898f4927fbc1e3 (diff)
downloadmumblecord-9ed06f53fd8db5bf920a315f480e923eb2c6620f.tar.gz
comment out port in config: default port is already 64738
-rw-r--r--mumblecord.example.conf8
1 files changed, 7 insertions, 1 deletions
diff --git a/mumblecord.example.conf b/mumblecord.example.conf
index 7f0f661..77d14e2 100644
--- a/mumblecord.example.conf
+++ b/mumblecord.example.conf
@@ -1,10 +1,16 @@
 [mumble]
 host = example.com
-port = 64738
+#port = 64738
 #user = mumblecord
 #password = kek
 #cert = cert.pem
 #key = key.pem
 
+# Prefix for commands
+#prefix = $
+
+# The trusted user will receive private messages
+#trusted_user = your_mumble_name_here
+
 [discord]
 token = put_discord_token_here